mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
fix default outbound not being saved
This commit is contained in:
parent
da3e717f97
commit
93377a1b54
@ -845,6 +845,7 @@ namespace NekoGui {
|
||||
_add(new configItem("id", &id, itemType::integer));
|
||||
_add(new configItem("name", &name, itemType::string));
|
||||
_add(new configItem("rules", &castedRules, itemType::jsonStoreList));
|
||||
_add(new configItem("default_outbound", &defaultOutboundID, itemType::integer));
|
||||
}
|
||||
|
||||
RoutingChain::RoutingChain(const RoutingChain& other) : JsonStore(other) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user