mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
added display of wireguard configs, such a config will be displayed as raw text
This commit is contained in:
+1
-1
@@ -317,5 +317,5 @@ bool Settings::isThirdPartyConfig(int serverIndex) const
|
||||
{
|
||||
if (serverIndex < 0) return false;
|
||||
const QJsonObject &s = server(serverIndex);
|
||||
return s.value(config_key::is_third_party_config).toBool();
|
||||
return s.value(config_key::isThirdPartyConfig).toBool();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user