diff --git a/actions/RunCommand/RunCommand.py b/actions/RunCommand/RunCommand.py index 1938002..7de916d 100644 --- a/actions/RunCommand/RunCommand.py +++ b/actions/RunCommand/RunCommand.py @@ -26,6 +26,8 @@ def __init__(self, *args, **kwargs): def on_ready(self): self.set_media(media_path=os.path.join(self.plugin_base.PATH, "assets", "terminal.png")) self.start_timer() + # Reset registered_down flag to prevent action from being blocked after page changes + self.registered_down = False def stop_timer(self): if self.auto_run_timer is not None: