sigoden / window-switcher

Easily switch between windows of the same app with Alt+` (Backtick), also switch between apps with Alt+Tab.
MIT License
564 stars 23 forks source link

Visual Bug: The app switcher grabs an old icon for the Settings app #132

Closed UrbanBreznik closed 5 hours ago

UrbanBreznik commented 6 hours ago

If you have the settings opened, it grabs an old icon of the app and not the modern one it uses:

explorer_fSmrrX2slo

Windows itself grabs the modern icon when in normal alt+tab or in win+tab:

ApplicationFrameHost_9SNXpE59nB chrome_EMHXub8vdI
sigoden commented 5 hours ago

Similar to #130, there is no way to fix this.

The window switcher displays the application icon, not the window icon. The window switcher identifies the application of the windows and groups the windows by application.

Even if two windows have different icons (such as PWAs, Settings, etc.), if they belong to the same application, only one icon (the application icon) will be displayed.

UrbanBreznik commented 5 hours ago

That's unfortunate. Thanks for the explanation!