mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Keep minimized windows visible in dock
filterHidden: true removed minimized windows from the TasksModel because on Wayland IsHidden maps to IsMinimized. Set filterHidden to false so minimized apps remain in the dock and can be restored by tapping their icon.
This commit is contained in:
parent
70c1810d82
commit
92a9e2714c
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ MouseArea {
|
|||
filterByActivity: true
|
||||
filterNotMaximized: false
|
||||
filterByScreen: true
|
||||
filterHidden: true
|
||||
filterHidden: false
|
||||
virtualDesktop: virtualDesktopInfo.currentDesktop
|
||||
activity: activityInfo.currentActivity
|
||||
groupMode: TaskManager.TasksModel.GroupDisabled
|
||||
|
|
|
|||
Loading…
Reference in a new issue