mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
added protocol settings pages and models for openvpn, cloak and shadowsocks
This commit is contained in:
@@ -123,6 +123,7 @@ bool ServersModel::isDefaultServerHasWriteAccess()
|
||||
|
||||
void ServersModel::addServer(const QJsonObject &server)
|
||||
{
|
||||
// todo beginInsertRows()?
|
||||
beginResetModel();
|
||||
m_settings->addServer(server);
|
||||
m_servers = m_settings->serversArray();
|
||||
|
||||
Reference in New Issue
Block a user