1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 06:52:50 -05:00

ws: disable window scrolling toggle when not niri

This commit is contained in:
bbedward
2025-10-17 08:40:26 -04:00
parent 3cdc1a9c81
commit 5696a36115
4 changed files with 98 additions and 84 deletions

View File

@@ -70,6 +70,7 @@ Item {
text: I18n.tr("Window Scrolling")
description: "Scroll through windows, rather than workspaces"
checked: SettingsData.workspaceScrolling
visible: CompositorService.isNiri
onToggled: checked => {
return SettingsData.setWorkspaceScrolling(checked)
}