fix default outbound not being saved

This commit is contained in:
Nova 2025-07-11 13:35:01 +03:30
parent da3e717f97
commit 93377a1b54

View File

@ -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) {