Dock: Add option to filter by output.

This commit is contained in:
Leopold Luley
2025-09-30 23:01:46 +02:00
parent 32712c7052
commit fdc61acfe4
4 changed files with 24 additions and 6 deletions
+7
View File
@@ -118,6 +118,13 @@ ColumnLayout {
}
}
NToggle {
label: I18n.tr("settings.dock.monitors.only-same-output.label")
description: I18n.tr("settings.dock.monitors.only-same-output.description")
checked: Settings.data.dock.onlySameOutput
onToggled: checked => Settings.data.dock.onlySameOutput = checked
}
NDivider {
Layout.fillWidth: true
Layout.topMargin: Style.marginXL * scaling