1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

dock: add isolate runninig apps by display option

This commit is contained in:
bbedward
2025-12-22 14:34:06 -05:00
parent a4492b90e7
commit 0b60da3d6d
4 changed files with 28 additions and 3 deletions

View File

@@ -96,6 +96,13 @@ Item {
iconName: "apps"
title: I18n.tr("Behavior")
SettingsToggleRow {
text: I18n.tr("Isolate Displays")
description: I18n.tr("Only show windows from the current monitor on each dock")
checked: SettingsData.dockIsolateDisplays
onToggled: checked => SettingsData.set("dockIsolateDisplays", checked)
}
SettingsToggleRow {
text: I18n.tr("Group by App")
description: I18n.tr("Group multiple windows of the same app together with a window count indicator")