mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: bugs
This commit is contained in:
parent
7efe109c83
commit
752d7cb482
7 changed files with 20 additions and 9 deletions
|
|
@ -97,8 +97,8 @@ class Background {
|
|||
console.log("creating app window");
|
||||
|
||||
this.window = new BrowserWindow({
|
||||
width: this.store.get("window.width") | 1440,
|
||||
height: this.store.get("window.height") | 840,
|
||||
width: this.store.get("window.width") || 1440,
|
||||
height: this.store.get("window.height") || 840,
|
||||
minWidth: 1080,
|
||||
minHeight: 720,
|
||||
titleBarStyle: "hiddenInset",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue