CompositorService: use idx for niri workspaces

This commit is contained in:
Ly-sec 2025-09-11 14:31:36 +02:00
parent baafe54d13
commit a029463527
3 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ ColumnLayout {
}
NToggle {
label: "Compact clock (date under time)"
label: "Compact Mode"
checked: valueCompactMode
onToggled: checked => valueCompactMode = checked
}