fix process_path_regex saving

This commit is contained in:
Nova 2025-02-23 20:02:21 +03:30
parent c2f4b32a7a
commit d0aa0c5e05

View File

@ -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));