Merge branch 'rebuild' of github.com:noctalia-dev/noctalia-shell into rebuild

This commit is contained in:
quadbyte 2025-08-17 11:34:53 -04:00
commit 7791ee3c0d
3 changed files with 30 additions and 5 deletions

View file

@ -42,7 +42,7 @@ ColumnLayout {
NToggle {
label: "Show Active Window"
description: "Display the title of the currently focused window below the bar"
description: "Display the title of the currently focused window on the left side of the bar"
checked: Settings.data.bar.showActiveWindow
onToggled: checked => {
Settings.data.bar.showActiveWindow = checked