fix: add update model after clear profile (#1674)

* fixed issue when ui was not getting update about clearing profile cache right after it

* fixed the problem of not clearing the profile

* refactored reload function in protolocolsModel

* refactored the issue with signal connect in corecontroller
This commit is contained in:
Mitternacht822
2025-08-01 07:52:11 +04:00
committed by GitHub
parent d15c0bd962
commit d328739192
3 changed files with 7 additions and 0 deletions
@@ -83,6 +83,8 @@ signals:
void noInstalledContainers();
void profileCleared(const QJsonObject &config);
private:
void installServer(const DockerContainer container, const QMap<DockerContainer, QJsonObject> &installedContainers,
const ServerCredentials &serverCredentials, const QSharedPointer<ServerController> &serverController,