fix: rename localMode => devMode for clarity

This commit is contained in:
MasterAcnolo
2026-05-29 07:42:38 +02:00
parent 9564260c57
commit 3179b52908
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ async function createMainWindow() {
return mainWindow;
}
const iconPath = config.localMode
const iconPath = config.devMode
? path.join(__dirname, "../build/app-icon.ico")
: path.join(process.resourcesPath, "build/app-icon.ico");