mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
fix #842
This commit is contained in:
parent
1259a5a285
commit
ad8bd3a570
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user