fix: delete premium V2 migration link from Free config Settings (#1671)
* delete premium V2 update link from Free config Settings * Add debug logs * Add property for checking if server config is premium * remove debug logs
This commit is contained in:
parent
979ab42c5a
commit
f0626e2eca
3 changed files with 14 additions and 4 deletions
|
|
@ -63,6 +63,9 @@ public:
|
|||
Q_PROPERTY(bool isDefaultServerFromApi READ isDefaultServerFromApi NOTIFY defaultServerIndexChanged)
|
||||
|
||||
Q_PROPERTY(int processedIndex READ getProcessedServerIndex WRITE setProcessedServerIndex NOTIFY processedServerIndexChanged)
|
||||
Q_PROPERTY(bool processedServerIsPremium READ processedServerIsPremium NOTIFY processedServerChanged)
|
||||
|
||||
bool processedServerIsPremium() const;
|
||||
|
||||
public slots:
|
||||
void setDefaultServerIndex(const int index);
|
||||
|
|
@ -92,7 +95,7 @@ public slots:
|
|||
void removeServer();
|
||||
void removeServer(const int serverIndex);
|
||||
|
||||
QJsonObject getServerConfig(const int serverIndex);
|
||||
QJsonObject getServerConfig(const int serverIndex) const;
|
||||
|
||||
void reloadDefaultServerContainerConfig();
|
||||
void updateContainerConfig(const int containerIndex, const QJsonObject config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue