bugfix/api auth data saving (#1195)

* bugfix: fixed authData saving

* bugfix: added serviceInfo processing from api response
This commit is contained in:
Nethius
2024-10-24 19:12:53 +04:00
committed by GitHub
parent 7a389e8755
commit 4685d3b543
6 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -771,5 +771,5 @@ const QString ServersModel::getDefaultServerImagePathCollapsed()
if (countryCode.isEmpty()) {
return "";
}
return QString("qrc:/countriesFlags/images/flagKit/%1.svg").arg(countryCode);
return QString("qrc:/countriesFlags/images/flagKit/%1.svg").arg(countryCode.toUpper());
}