correct index for subpages
This commit is contained in:
@@ -43,7 +43,7 @@ PageBase {
|
|||||||
status: qsTr("System tray icons")
|
status: qsTr("System tray icons")
|
||||||
text: qsTr("Tray")
|
text: qsTr("Tray")
|
||||||
|
|
||||||
onClicked: root.sState.openSubPage(5)
|
onClicked: root.sState.openSubPage(6)
|
||||||
}
|
}
|
||||||
|
|
||||||
NavRow {
|
NavRow {
|
||||||
@@ -51,7 +51,7 @@ PageBase {
|
|||||||
status: qsTr("Visible indicators")
|
status: qsTr("Visible indicators")
|
||||||
text: qsTr("Status icons")
|
text: qsTr("Status icons")
|
||||||
|
|
||||||
onClicked: root.sState.openSubPage(6)
|
onClicked: root.sState.openSubPage(7)
|
||||||
}
|
}
|
||||||
|
|
||||||
NavRow {
|
NavRow {
|
||||||
@@ -60,7 +60,7 @@ PageBase {
|
|||||||
status: qsTr("Date, icon, background")
|
status: qsTr("Date, icon, background")
|
||||||
text: qsTr("Clock")
|
text: qsTr("Clock")
|
||||||
|
|
||||||
onClicked: root.sState.openSubPage(7)
|
onClicked: root.sState.openSubPage(8)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user