Removed the ability to add multiple servers with the same connection credentials via the "Add server" button

This commit is contained in:
vladimir.kuznetsov 2023-04-04 19:05:13 +03:00
parent 15c33014e7
commit 6e67946ae2
4 changed files with 26 additions and 20 deletions

View file

@ -117,7 +117,7 @@ public:
Q_INVOKABLE void saveBinaryFile(const QString& desc, QString ext, const QString& data);
Q_INVOKABLE void copyToClipboard(const QString& text);
Q_INVOKABLE amnezia::ErrorCode addAlreadyInstalledContainersGui(bool createNewServer, bool &isServerCreated);
Q_INVOKABLE amnezia::ErrorCode addAlreadyInstalledContainersGui(bool &isServerCreated);
void shareTempFile(const QString &suggestedName, QString ext, const QString& data);