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