Show AccountData in Devtools

This commit is contained in:
Tobias Fella
2024-02-21 21:22:07 +01:00
parent 38acfe04b9
commit e0ce5d9544
5 changed files with 53 additions and 0 deletions

View File

@@ -29,6 +29,9 @@ FormCard.FormCardPage {
QQC2.TabButton {
text: qsTr("Server Info")
}
QQC2.TabButton {
text: i18nc("@title:tab", "Account Data")
}
QQC2.TabButton {
text: i18nc("@title:tab", "Feature Flags")
}
@@ -46,6 +49,9 @@ FormCard.FormCardPage {
ServerData {
connection: root.connection
}
AccountData {
connection: root.connection
}
FeatureFlagPage {}
}
}