fix simple rule copy

This commit is contained in:
Nova 2025-02-24 20:19:31 +03:30
parent dbbf08bed5
commit bb31783f76

View File

@ -54,6 +54,8 @@ namespace NekoGui {
sniffers << other.sniffers;
sniffOverrideDest = other.sniffOverrideDest;
strategy = other.strategy;
type = other.type;
simpleAction = other.simpleAction;
_add(new configItem("name", &name, itemType::string));
_add(new configItem("ip_version", &ip_version, itemType::string));