diff --git a/src/dataStore/RouteEntity.cpp b/src/dataStore/RouteEntity.cpp index d4fdb39..c4d1e48 100644 --- a/src/dataStore/RouteEntity.cpp +++ b/src/dataStore/RouteEntity.cpp @@ -855,6 +855,7 @@ namespace NekoGui { Rules.push_back(std::make_shared(*item)); } fn = QString(other.fn); + defaultOutboundID = other.defaultOutboundID; _add(new configItem("id", &id, itemType::integer)); _add(new configItem("name", &name, itemType::string));