mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
speed optimization of ui on windows
This commit is contained in:
@@ -58,12 +58,14 @@ signals:
|
||||
void defaultServerIndexChanged();
|
||||
|
||||
private:
|
||||
ServerCredentials serverCredentials(int index) const;
|
||||
|
||||
QJsonArray m_servers;
|
||||
|
||||
std::shared_ptr<Settings> m_settings;
|
||||
|
||||
int m_defaultServerIndex;
|
||||
int m_currenlyProcessedServerIndex;
|
||||
int m_currentlyProcessedServerIndex;
|
||||
};
|
||||
|
||||
#endif // SERVERSMODEL_H
|
||||
|
||||
Reference in New Issue
Block a user