kvui: block settings menu

This commit is contained in:
Fabian Dill 2023-03-29 05:25:29 +02:00 committed by Fabian Dill
parent ae7dad8bf9
commit b64565594a
1 changed files with 4 additions and 0 deletions

View File

@ -488,6 +488,10 @@ class GameManager(App):
if hasattr(self, "energy_link_label"):
self.energy_link_label.text = f"EL: {Utils.format_SI_prefix(self.ctx.current_energy_link_value)}J"
# default F1 keybind, opens a settings menu, that seems to break the layout engine once closed
def open_settings(self, *largs):
pass
class LogtoUI(logging.Handler):
def __init__(self, on_log):