mirror of https://github.com/aristocratos/bpytop
removed a typo
parent
6ec5a3d6a4
commit
4b61fa8411
|
@ -4807,7 +4807,7 @@ class Menu:
|
||||||
elif key in ["escape", "o", "M", "f2"]:
|
elif key in ["escape", "o", "M", "f2"]:
|
||||||
cls.close = True
|
cls.close = True
|
||||||
break
|
break
|
||||||
elif key == "tab" or (key == "down" and selected_int == len(option_items) - 1 and page in [0, pages]:
|
elif key == "tab" or (key == "down" and selected_int == len(option_items) - 1 and page in [0, pages]):
|
||||||
if cat_int == len(categories) - 1:
|
if cat_int == len(categories) - 1:
|
||||||
cat_int = 0
|
cat_int = 0
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue