added display of all protocols in the settings after installing a new container

- set the app's max height and width to 600/800
- expanded the description when removing containers
This commit is contained in:
vladimir.kuznetsov 2023-09-01 17:39:23 +05:00
parent 4e9f68acff
commit a96f485e3c
7 changed files with 25 additions and 15 deletions

View file

@ -114,6 +114,7 @@ PageType {
clickedFunction: function() {
questionDrawer.headerText = qsTr("Remove ") + ContainersModel.getCurrentlyProcessedContainerName() + qsTr(" from server?")
questionDrawer.descriptionText = qsTr("All users with whom you shared a connection will no longer be able to connect to it")
questionDrawer.yesButtonText = qsTr("Continue")
questionDrawer.noButtonText = qsTr("Cancel")