added removal of spaces when inserting ip addresses
- fixed server sharing when sharing a server available only for connection when choosing a server with full access - removed the notification about an empty backup file when the user closes the file dialog without selecting anything
This commit is contained in:
parent
ebcca0c3b8
commit
2c429fd406
3 changed files with 5 additions and 13 deletions
|
|
@ -85,7 +85,6 @@ void SettingsController::restoreAppConfig()
|
|||
QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation), "*.backup");
|
||||
|
||||
if (fileName.isEmpty()) {
|
||||
emit changeSettingsErrorOccurred(tr("Backup file is empty"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue