mirror of
https://github.com/open-webui/desktop.git
synced 2026-07-18 12:46:52 -04:00
refac
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user