mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: split single list into multiples on desktop (#524)
This commit is contained in:
@@ -93,13 +93,7 @@ Future<void> _initData() async {
|
||||
Hive.registerAdapter(WakeOnLanCfgAdapter()); // 8
|
||||
|
||||
await PrefStore.init(); // Call this before accessing any store
|
||||
|
||||
await Stores.setting.init();
|
||||
await Stores.server.init();
|
||||
await Stores.key.init();
|
||||
await Stores.snippet.init();
|
||||
await Stores.container.init();
|
||||
await Stores.history.init();
|
||||
await Stores.init();
|
||||
|
||||
Pros.snippet.load();
|
||||
Pros.key.load();
|
||||
|
||||
Reference in New Issue
Block a user