Commit 00ece50
fix(win): set AppUserModelID so taskbar shows the DevDeck icon (#13)
On Windows the running process used Electron's default AppUserModelID,
not matching the installer shortcut's ID (appId com.soursea.devdeck), so
the taskbar fell back to the generic Electron icon after a restart
cleared the icon cache. Call app.setAppUserModelId('com.soursea.devdeck')
(win32-guarded) at the top of whenReady to restore the DevDeck icon.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 710ba0e commit 00ece50
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
0 commit comments