mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-24 10:33:15 +08:00
fix save default outbound again
This commit is contained in:
parent
556c8c418b
commit
cab35d7864
@ -855,6 +855,7 @@ namespace NekoGui {
|
|||||||
Rules.push_back(std::make_shared<RouteRule>(*item));
|
Rules.push_back(std::make_shared<RouteRule>(*item));
|
||||||
}
|
}
|
||||||
fn = QString(other.fn);
|
fn = QString(other.fn);
|
||||||
|
defaultOutboundID = other.defaultOutboundID;
|
||||||
|
|
||||||
_add(new configItem("id", &id, itemType::integer));
|
_add(new configItem("id", &id, itemType::integer));
|
||||||
_add(new configItem("name", &name, itemType::string));
|
_add(new configItem("name", &name, itemType::string));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user