mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
added busy indicator component
- replaced the image of the connect button with native rendering
This commit is contained in:
@@ -44,8 +44,6 @@ QVariant ServersModel::data(const QModelIndex &index, int role) const
|
||||
return QVariant();
|
||||
}
|
||||
|
||||
qDebug() << "d";
|
||||
|
||||
const QJsonObject server = m_servers.at(index.row()).toObject();
|
||||
|
||||
switch (role) {
|
||||
|
||||
Reference in New Issue
Block a user