mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
style: code format
This commit is contained in:
@@ -30,8 +30,7 @@ void main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
MediaKit.ensureInitialized();
|
||||
await GStorage.init();
|
||||
if (GStorage.setting
|
||||
.get(SettingBoxKey.autoClearCache, defaultValue: false)) {
|
||||
if (GStorage.setting.get(SettingBoxKey.autoClearCache, defaultValue: false)) {
|
||||
await CacheManage.clearLibraryCache();
|
||||
}
|
||||
if (GStorage.setting
|
||||
|
||||
Reference in New Issue
Block a user