Commit 8d65ebe
Fix taskbar icon disappearing on Win11 when window loses focus (#1042)
* Initial plan
* Fix taskbar icon disappearing on Win11 when window loses focus
Add ShowInTaskbar = true to Activated event handler to ensure
the taskbar icon remains visible when the TabWindowView regains
focus after being switched to the background by other applications.
This complements PR #1028 which fixed the minimize/restore case.
Fixes #1026
Co-authored-by: VShawn <10143738+VShawn@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: VShawn <10143738+VShawn@users.noreply.github.com>1 parent f93390a commit 8d65ebe
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
0 commit comments