AccountSettings: fix second tab being default

This commit is contained in:
miruka 2021-02-28 14:48:25 -04:00
parent c18ea2704b
commit d5f6459e54

View File

@ -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") }