Skip to content

Commit

Permalink
Fix metro focus highlight on gnome-shell 42
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesg99 committed Mar 22, 2023
1 parent 31e7275 commit 07e3b6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appIcons.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,9 @@ var TaskbarAppIcon = GObject.registerClass({
onWindowsChanged() {
this._updateWindows();
this.updateIcon();

if (this._isGroupApps)
this._setIconStyle();
}

onWindowEnteredOrLeft(display, number, metaWindow) {
Expand Down

0 comments on commit 07e3b6d

Please sign in to comment.