You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taskbar icon (pinned): Start Menu and Desktop shortcuts now carry the correct AppUserModelID so Windows matches them to the running window when pinning — Blanket's icon appears instead of Python's.
Taskbar icon (running): WM_SETICON is now delivered on both realize and map signals, and the HWND lookup uses process-ID matching via EnumWindows for higher reliability.