correct index for subpages
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 10s
Python / lint-format (pull_request) Successful in 20s
Python / test (pull_request) Successful in 28s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m7s

This commit is contained in:
2026-06-24 15:42:50 +02:00
parent 4df31d7564
commit d08b2b7ac6
@@ -43,7 +43,7 @@ PageBase {
status: qsTr("System tray icons")
text: qsTr("Tray")
onClicked: root.sState.openSubPage(5)
onClicked: root.sState.openSubPage(6)
}
NavRow {
@@ -51,7 +51,7 @@ PageBase {
status: qsTr("Visible indicators")
text: qsTr("Status icons")
onClicked: root.sState.openSubPage(6)
onClicked: root.sState.openSubPage(7)
}
NavRow {
@@ -60,7 +60,7 @@ PageBase {
status: qsTr("Date, icon, background")
text: qsTr("Clock")
onClicked: root.sState.openSubPage(7)
onClicked: root.sState.openSubPage(8)
}
}
}