mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 10:46:27 +00:00
fixed bug
This commit is contained in:
parent
594d1c8c8d
commit
b3e435fd65
@ -59,6 +59,9 @@ def show_yes_no_dialog(title, text):
|
||||
root = tk.Tk()
|
||||
root.withdraw()
|
||||
|
||||
# Make the window appear on top
|
||||
root.attributes('-topmost', True)
|
||||
|
||||
# Show the dialog box
|
||||
result = messagebox.askyesno(title, text)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user