Rewrite settings proxy to proper store

This commit is contained in:
Vendicated
2023-04-10 01:04:41 +02:00
parent ddebb6563a
commit c2eaa9d35a
8 changed files with 90 additions and 58 deletions

View File

@@ -63,7 +63,7 @@ async function createWindows() {
splash.destroy();
mainWin!.show();
if (Settings.maximized) {
if (Settings.store.maximized) {
mainWin!.maximize();
}
});