mod: 采用更准确的配置描述

This commit is contained in:
orz12
2024-06-02 12:24:23 +08:00
parent e8ce061c8b
commit 3dd4fef45a
4 changed files with 12 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ class Grid {
// if (screenWidthOffset != null) {
// screenWidth -= screenWidthOffset;
// }
// if (GStrorage.setting.get(SettingBoxKey.adaptiveNavBar, defaultValue: false) as bool) {
// if (GStrorage.setting.get(SettingBoxKey.useSideBar, defaultValue: false) as bool) {
// screenWidth -= 55;
// }
// int columnCount = ((screenWidth - crossAxisSpacing) / (maxCrossAxisExtent + crossAxisSpacing)).ceil();