From 1a1eef5699b17691941301deb7309aee3c3985c8 Mon Sep 17 00:00:00 2001 From: IsmaelMartinez Date: Sun, 10 Nov 2024 08:39:25 +0000 Subject: [PATCH] Update browserWindowManager.js using correct this.config instead of just config --- app/mainAppWindow/browserWindowManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mainAppWindow/browserWindowManager.js b/app/mainAppWindow/browserWindowManager.js index f93ea904..a5c7afb4 100644 --- a/app/mainAppWindow/browserWindowManager.js +++ b/app/mainAppWindow/browserWindowManager.js @@ -53,7 +53,7 @@ class BrowserWindowManager { show: false, autoHideMenuBar: this.config.menubar == 'auto', icon: this.iconChooser ? this.iconChooser.getFile() : undefined, - frame: config.frame, + frame: this.config.frame, webPreferences: { partition: this.config.partition,