mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 17:33:55 +00:00
fix: show in taskbar
if app is not in task bar, it disappears on alt+tab
This commit is contained in:
@@ -101,7 +101,6 @@ function createWindow() {
|
||||
show: false,
|
||||
textAreasAreResizable: false,
|
||||
enableWebSQL: false,
|
||||
skipTaskbar: true,
|
||||
darkTheme: true,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, './electron/preload.js'),
|
||||
|
||||
Reference in New Issue
Block a user