Create a feature flag page in devtools.

This commit is contained in:
James Graham
2024-02-21 23:53:51 +00:00
committed by Carl Schwan
parent 58c43b0cd4
commit 82ae0891a8
3 changed files with 32 additions and 0 deletions

View File

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