mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
fix process_path_regex saving
This commit is contained in:
parent
c2f4b32a7a
commit
d0aa0c5e05
@ -428,7 +428,7 @@ namespace NekoGui {
|
||||
_add(new configItem("port_range", &port_range, itemType::stringList));
|
||||
_add(new configItem("process_name", &process_name, itemType::stringList));
|
||||
_add(new configItem("process_path", &process_path, itemType::stringList));
|
||||
_add(new configItem("process_path_regex", &process_path, itemType::stringList));
|
||||
_add(new configItem("process_path_regex", &process_path_regex, itemType::stringList));
|
||||
_add(new configItem("rule_set", &rule_set, itemType::stringList));
|
||||
_add(new configItem("invert", &invert, itemType::boolean));
|
||||
_add(new configItem("outboundID", &outboundID, itemType::integer));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user