mirror of
https://github.com/celisej567/Vesktop.git
synced 2026-09-23 20:12:03 +03:00
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