This commit is contained in:
parhelia512 2025-10-18 04:01:42 +08:00 committed by GitHub
parent 1259a5a285
commit ad8bd3a570
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -567,7 +567,7 @@ namespace Configs {
QJsonArray RoutingChain::get_route_rules(bool forView, std::map<int, QString> outboundMap) {
QJsonArray res;
bool added_adblock;
bool added_adblock = false;
auto createAdblockRule = []() -> QJsonObject {
QJsonObject obj;
obj["action"] = "reject";