Skip to content

Commit

Permalink
window background color
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Jul 22, 2024
1 parent db4e09c commit 38e9e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class ElectronApp
this.editorWindow = new BrowserWindow({
"width": 1920,
"height": 1080,
"backgroundColor": "#222",
"icon": this.appIcon,
"autoHideMenuBar": true,
"webPreferences": {
Expand Down

0 comments on commit 38e9e2c

Please sign in to comment.