Rewrite settings proxy to proper store
This commit is contained in:
@@ -63,7 +63,7 @@ async function createWindows() {
|
||||
splash.destroy();
|
||||
mainWin!.show();
|
||||
|
||||
if (Settings.maximized) {
|
||||
if (Settings.store.maximized) {
|
||||
mainWin!.maximize();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user