This commit is contained in:
Timothy Jaeryang Baek
2026-03-18 19:12:58 -05:00
parent c44660ce7c
commit b7399409fe
+4
View File
@@ -85,6 +85,10 @@ log.transports.file.resolvePathFn = () => getLogFilePath('main')
import icon from '../../resources/icon.png?asset'
if (process.platform === 'linux') {
app.commandLine.appendSwitch('no-sandbox')
}
// ─── State ──────────────────────────────────────────────
let mainWindow: BrowserWindow | null = null