This commit is contained in:
orz12
2024-06-17 01:26:52 +08:00
parent ff3484e4b5
commit 45aaa3d075
95 changed files with 282 additions and 282 deletions

View File

@@ -46,7 +46,7 @@ Future<void> verticalScreen() async {
//全向
Future<void> autoScreen() async {
if (!GStrorage.setting
if (!GStorage.setting
.get(SettingBoxKey.allowRotateScreen, defaultValue: true)) {
return;
}