feat: 自定义列数
This commit is contained in:
@ -20,7 +20,7 @@ class LiveController extends GetxController {
|
||||
void onInit() {
|
||||
super.onInit();
|
||||
crossAxisCount.value =
|
||||
setting.get(SettingBoxKey.enableSingleRow, defaultValue: false) ? 1 : 2;
|
||||
setting.get(SettingBoxKey.customRows, defaultValue: 2);
|
||||
}
|
||||
|
||||
// 获取推荐
|
||||
|
||||
Reference in New Issue
Block a user