This commit is contained in:
datewat 2022-05-22 18:53:17 +02:00
parent 8775a2d38d
commit 88bf036b08

View File

@ -39,7 +39,7 @@ def load_session():
"*.*")))
def action_get_erstellen_dialog():
if verbunden_status:
if not verbunden_status:
t_text = "Session erstellen"
messagebox.showinfo(message=t_text, title = "erstellen")
create_session()