Create a feature flag page in devtools.
This commit is contained in:
committed by
Carl Schwan
parent
58c43b0cd4
commit
82ae0891a8
@@ -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 {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user