added the ability to restore settings from backup on the initial screen

- fixed the display of services in the settings for mobile devices
This commit is contained in:
vladimir.kuznetsov 2023-09-01 00:48:58 +05:00
parent cbcf187814
commit b58295d1d6
8 changed files with 48 additions and 13 deletions

View file

@ -53,6 +53,12 @@ ListView {
checkable: isInstalled
checked: isDefault
onPressed: function(mouse) {
if (!isSupported) {
PageController.showErrorMessage(qsTr("The selected protocol is not supported on the current platform"))
}
}
onClicked: {
if (checked) {
isDefault = true