mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
Update utilities.py
This commit is contained in:
parent
775806526b
commit
b304981082
@ -334,7 +334,7 @@ def show_custom_dialog(title, text, options):
|
||||
except Exception as ex:
|
||||
ASCIIColors.error(ex)
|
||||
return show_console_custom_dialog(title, text, options)
|
||||
def show_yes_no_dialog(title, text):
|
||||
def show_yes_no_dialog(title, text):
|
||||
try:
|
||||
if sys.platform.startswith('win'):
|
||||
return show_windows_dialog(title, text)
|
||||
|
Loading…
Reference in New Issue
Block a user