Added Request - Arrow only after use of "f" in Process search

This commit is contained in:
NavigationHazard 2022-02-06 18:32:35 +01:00
parent 4c5e48c6a8
commit 0790520818

View file

@ -297,6 +297,7 @@ namespace Input {
else if (key == "down") {
Config::set("proc_filter", Proc::filter.text);
Config::set("proc_filtering", false);
old_filter.clear();
}
else if (key == "escape" or key == "mouse_click") {
Config::set("proc_filter", old_filter);