Commit 0cdf98ae authored by Gus Grubba's avatar Gus Grubba

Must manually check the button when clicked.

parent ca8386b0
......@@ -134,13 +134,13 @@ Rectangle {
Repeater {
id: buttonRepeater
model: ScreenTools.isMobile ? mobileModel : desktopModel
Component.onCompleted: itemAt(0).checked = true
Component.onCompleted: itemAt(0).checked = true
SubMenuButton {
imageResource: buttonImage
setupIndicator: false
exclusiveGroup: setupButtonGroup
text: buttonText
onClicked: panelLoader.source = pageSource
onClicked: { panelLoader.source = pageSource; checked = true; }
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment