fix: nexus bar subtext
This commit is contained in:
parent
e8daf00efc
commit
e8931695c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue