mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
update: separate XRaySubscriptionConfig from NativeServerConfig and fixed some bugs
This commit is contained in:
@@ -65,11 +65,11 @@ public:
|
||||
void clearCachedProfile(int serverIndex, DockerContainer container);
|
||||
|
||||
// XRay subscription config getters/setters
|
||||
void setCurrentConfigIndex(int index);
|
||||
int getCurrentConfigIndex() const;
|
||||
QString getConfigString(const int index) const;
|
||||
QString getConfigName(const int index) const;
|
||||
QJsonArray getConfigNames() const;
|
||||
void setCurrentConfigIndex(const int serverIndex, int index);
|
||||
int getCurrentConfigIndex(const int serverIndex) const;
|
||||
QString getConfigString(const int serverIndex, const int index) const;
|
||||
QString getConfigName(const int serverIndex, const int index) const;
|
||||
QJsonArray getConfigNames(const int serverIndex) const;
|
||||
|
||||
// Getters
|
||||
QJsonArray getServersArray() const;
|
||||
|
||||
Reference in New Issue
Block a user