fix: nexus bar subtext

This commit is contained in:
2 * r + 2 * t 2026-06-07 18:36:31 +10:00
parent e8daf00efc
commit e8931695c6

View file

@ -24,7 +24,7 @@ PageBase {
NavRow {
icon: "dock_to_bottom"
label: qsTr("Taskbar")
status: Config.bar.persistent ? qsTr("Always visible") : qsTr("Reveal on hover")
status: Config.bar.persistent ? qsTr("Always visible") : Config.bar.showOnHover ? qsTr("Reveal on hover") : qsTr("Reveal on drag")
onClicked: root.nState.openSubPage(2)
}