diff --git a/src/btop_input.cpp b/src/btop_input.cpp index e7f08ab..1702572 100644 --- a/src/btop_input.cpp +++ b/src/btop_input.cpp @@ -288,6 +288,8 @@ namespace Input { Config::set("proc_filtering", false); old_filter.clear(); if(key == "down"){ + Config::unlock(); + Config::lock(); process("down"); return; }