fix: root.withdraw() vor messagebox statt destroy()
This commit is contained in:
@@ -123,8 +123,9 @@ def load_model_with_progress(
|
|||||||
root.mainloop()
|
root.mainloop()
|
||||||
|
|
||||||
if error[0] is not None:
|
if error[0] is not None:
|
||||||
root.destroy()
|
root.withdraw()
|
||||||
messagebox.showerror("Fehler beim Modell-Download", str(error[0]))
|
messagebox.showerror("Fehler beim Modell-Download", str(error[0]))
|
||||||
|
root.destroy()
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
root.destroy()
|
root.destroy()
|
||||||
|
|||||||
Reference in New Issue
Block a user