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