fix connection button behavior (#595)

Fix connection button behavior
This commit is contained in:
Andrey Zaharow 2024-02-17 21:57:31 +02:00 committed by GitHub
parent 8cb298937f
commit b05a5ee1c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 28 additions and 19 deletions

View file

@ -39,6 +39,8 @@ private:
QSharedPointer<ServersModel> m_serversModel;
QSharedPointer<ContainersModel> m_containersModel;
bool m_isConfigUpdateStarted = false;
};
#endif // APICONTROLLER_H