mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-28 21:20:31 +00:00
perf: win通知标题
This commit is contained in:
parent
ed57411bbb
commit
a5abc6d6f7
4
electron/electron.js
vendored
4
electron/electron.js
vendored
@ -191,6 +191,10 @@ if (!getTheLock) {
|
||||
mainTray.setContextMenu(trayMenu)
|
||||
}
|
||||
}
|
||||
//
|
||||
if (process.platform === 'win32') {
|
||||
app.setAppUserModelId(config.name)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user