mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
added display of protocols on PageHome
This commit is contained in:
@@ -45,5 +45,5 @@ void ServerListLogic::onUpdatePage()
|
||||
c.isDefault = (i == defaultServer);
|
||||
serverListContent.push_back(c);
|
||||
}
|
||||
qobject_cast<ServersModel*>(m_serverListModel)->setContent(serverListContent);
|
||||
// qobject_cast<ServersModel*>(m_serverListModel)->setContent(serverListContent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user