style(electron): more robust dark mode

This commit is contained in:
2025-08-10 08:58:51 -04:00
parent 7dd907aeb9
commit 6817c18f96
3 changed files with 651 additions and 127 deletions

View File

@@ -16,6 +16,8 @@ const createWindow = () => {
mainWindow = new BrowserWindow({
width: 1200,
height: 800,
minWidth: 900,
minHeight: 600,
icon: path.join(__dirname, 'toolkitIcon.png'),
webPreferences: {
nodeIntegration: true,