mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-30 06:29:05 +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 RoutingChain::get_route_rules(bool forView, std::map<int, QString> outboundMap) {
|
||||||
QJsonArray res;
|
QJsonArray res;
|
||||||
bool added_adblock;
|
bool added_adblock = false;
|
||||||
auto createAdblockRule = []() -> QJsonObject {
|
auto createAdblockRule = []() -> QJsonObject {
|
||||||
QJsonObject obj;
|
QJsonObject obj;
|
||||||
obj["action"] = "reject";
|
obj["action"] = "reject";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user