Skip to content

Commit

Permalink
Update browserWindowManager.js
Browse files Browse the repository at this point in the history
using correct this.config instead of just config
  • Loading branch information
IsmaelMartinez authored Nov 10, 2024
1 parent c2bc570 commit 1a1eef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mainAppWindow/browserWindowManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1a1eef5

Please sign in to comment.