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();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
MediaKit.ensureInitialized();
|
MediaKit.ensureInitialized();
|
||||||
await GStorage.init();
|
await GStorage.init();
|
||||||
if (GStorage.setting
|
if (GStorage.setting.get(SettingBoxKey.autoClearCache, defaultValue: false)) {
|
||||||
.get(SettingBoxKey.autoClearCache, defaultValue: false)) {
|
|
||||||
await CacheManage.clearLibraryCache();
|
await CacheManage.clearLibraryCache();
|
||||||
}
|
}
|
||||||
if (GStorage.setting
|
if (GStorage.setting
|
||||||
|
|||||||
Reference in New Issue
Block a user