Fix metro focus highlight on gnome-shell 42

#1866
This commit is contained in:
Charles Gagnon
2023-03-22 19:03:08 -04:00
parent 31e7275608
commit 07e3b6d512

View File

@@ -372,6 +372,9 @@ var TaskbarAppIcon = GObject.registerClass({
onWindowsChanged() {
this._updateWindows();
this.updateIcon();
if (this._isGroupApps)
this._setIconStyle();
}
onWindowEnteredOrLeft(display, number, metaWindow) {