Update utilities.py

This commit is contained in:
Saifeddine ALOUI 2024-10-08 12:02:30 +02:00 committed by GitHub
parent 775806526b
commit b304981082
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)