prompts: do not close on actions

to me closing was the intended behaviour a prompt ask and continue, but apparently other interfaces do not close on actions, so for consistency sake it will not. close #1224
This commit is contained in:
alfrix 2024-01-03 09:52:52 -03:00
parent 08a3d8a798
commit 5104f3247b

View File

@ -97,7 +97,6 @@ class Prompt:
for button in self.buttons:
if button['response'] == response_id:
self.screen._send_action(None, "printer.gcode.script", {'script': button['gcode']})
self.end()
def end(self, *args):
if self.prompt is not None: