Display mac patches when startup on a Mac

This commit is contained in:
PySimpleGUI 2021-07-27 10:54:14 -04:00
parent 229f2af24c
commit d99ee20611
1 changed files with 4 additions and 1 deletions

View File

@ -21574,7 +21574,10 @@ if tclversion_detailed.startswith('8.5'):
warnings.warn('You are running a VERY old version of tkinter {}'.format(tclversion_detailed), UserWarning)
_read_mac_global_settings()
if running_mac():
print('Your Mac patches are:')
print('Modal windows disabled:', ENABLE_MAC_MODAL_DISABLE_PATCH)
print('No titlebar patch:', ENABLE_MAC_NOTITLEBAR_PATCH)
# -------------------------------- ENTRY POINT IF RUN STANDALONE -------------------------------- #
if __name__ == '__main__':
# To execute the upgrade from command line, type: