Feat: Implement splash screen with progress indicators during startup

This commit is contained in:
MasterAcnolo
2026-04-11 22:36:42 +02:00
parent ca8b107f61
commit 8be47b9821
4 changed files with 144 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ async function createMainWindow() {
minHeight: 800,
frame: !configFeatures.customTopBar,
devTools: !app.isPackaged,
show: false,
webPreferences: {
nodeIntegration: false,
contextIsolation: true,