We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd1131 commit 38ce963Copy full SHA for 38ce963
1 file changed
files/usr/share/cinnamon/applets/grouped-window-list@cinnamon.org/appGroup.js
@@ -642,7 +642,7 @@ var AppGroup = class AppGroup {
642
const {appId, metaWindows, lastFocused} = this.groupState;
643
644
if (hasFocus === undefined) {
645
- hasFocus = this.workspaceState.lastFocusedApp === appId;
+ hasFocus = this.workspaceState.lastFocusedApp === appId && getFocusState(lastFocused);
646
}
647
648
// If any of the windows associated with our app have focus,
0 commit comments