Small text edits in BarTab

This commit is contained in:
Ly-sec
2025-08-17 15:29:58 +02:00
parent 6b8e278e69
commit 654be79ccd
+1 -1
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