added display of wireguard configs, such a config will be displayed as raw text
This commit is contained in:
parent
99a6cd82b2
commit
6941b7463e
10 changed files with 142 additions and 14 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue