setPlatform
This commit is contained in:
parent
154827f367
commit
a196ce6da8
@ -15,7 +15,7 @@ export async function startup() {
|
||||
|
||||
initCache().then(initRemoteText);
|
||||
|
||||
await GetPlatform().then(commonStore.setPlatform);
|
||||
await GetPlatform().then(p => commonStore.setPlatform(p));
|
||||
await initConfig();
|
||||
|
||||
if (commonStore.settings.autoUpdatesCheck) // depends on config settings
|
||||
|
Loading…
Reference in New Issue
Block a user