fix save default outbound again

This commit is contained in:
Nova 2025-07-12 14:41:10 +03:30
parent 556c8c418b
commit cab35d7864

View File

@ -855,6 +855,7 @@ namespace NekoGui {
Rules.push_back(std::make_shared<RouteRule>(*item));
}
fn = QString(other.fn);
defaultOutboundID = other.defaultOutboundID;
_add(new configItem("id", &id, itemType::integer));
_add(new configItem("name", &name, itemType::string));