moved add new server button to main tabbar

This commit is contained in:
vladimir.kuznetsov 2023-10-09 20:19:22 +05:00
parent e01dd2bf57
commit 042788bec3
4 changed files with 33 additions and 31 deletions

View file

@ -34,20 +34,10 @@ PageType {
Layout.leftMargin: 16
Layout.rightMargin: 16
actionButtonImage: "qrc:/images/controls/plus.svg"
headerText: qsTr("Servers")
actionButtonFunction: function() {
connectionTypeSelection.visible = true
}
}
}
ConnectionTypeSelectionDrawer {
id: connectionTypeSelection
}
FlickableType {
anchors.top: header.bottom
anchors.topMargin: 16