|
|
|
@ -4329,7 +4329,8 @@ class Menu:
|
|
|
|
|
elif key in ["escape", "o", "M", "f2"]:
|
|
|
|
|
cls.close = True
|
|
|
|
|
break
|
|
|
|
|
elif key == "enter" and selected in ["update_ms", "disks_filter", "custom_cpu_name", "net_download", "net_upload", "draw_clock", "tree_depth", "proc_update_mult", "shown_boxes"]:
|
|
|
|
|
elif key == "enter" and selected in ["update_ms", "disks_filter", "custom_cpu_name", "net_download",
|
|
|
|
|
"net_upload", "draw_clock", "tree_depth", "proc_update_mult", "shown_boxes", "net_iface"]:
|
|
|
|
|
inputting = True
|
|
|
|
|
input_val = str(getattr(CONFIG, selected))
|
|
|
|
|
elif key == "left" and selected == "update_ms" and CONFIG.update_ms - 100 >= 100:
|
|
|
|
|