mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
fix simple rule copy
This commit is contained in:
parent
dbbf08bed5
commit
bb31783f76
@ -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));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user