chore: update

This commit is contained in:
huzibaca 2024-09-17 08:02:29 +08:00
parent 4a7f8dbe09
commit 659f854f62
2 changed files with 11 additions and 8 deletions

View File

@ -49,12 +49,6 @@
"enable": true "enable": true
}, },
"csp": null "csp": null
}, }
"windows": [
{
"label": "main",
"fullscreen": true
}
]
} }
} }

View File

@ -23,6 +23,15 @@
"trayIcon": { "trayIcon": {
"iconPath": "icons/tray-icon.ico", "iconPath": "icons/tray-icon.ico",
"iconAsTemplate": true "iconAsTemplate": true
} },
"windows": [
{
"label": "main",
"fullscreen": false,
"resizable": true,
"maxWidth": null,
"maxHeight": null
}
]
} }
} }