AccountSettings: fix second tab being default
This commit is contained in:
parent
c18ea2704b
commit
d5f6459e54
|
@ -18,7 +18,6 @@ HPage {
|
||||||
height: Math.min(implicitHeight, page.availableHeight)
|
height: Math.min(implicitHeight, page.availableHeight)
|
||||||
|
|
||||||
header: HTabBar {
|
header: HTabBar {
|
||||||
currentIndex: 1 // XXX
|
|
||||||
HTabButton { text: qsTr("General") }
|
HTabButton { text: qsTr("General") }
|
||||||
HTabButton { text: qsTr("Notifications") }
|
HTabButton { text: qsTr("Notifications") }
|
||||||
HTabButton { text: qsTr("Security") }
|
HTabButton { text: qsTr("Security") }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user