Removed Macs being forced to system default. Checked in the latest readme components

This commit is contained in:
PySimpleGUI 2019-12-21 13:23:38 -05:00
parent 9cc43153b5
commit 0d7473eedb
12 changed files with 6485 additions and 4151 deletions

View file

@ -92,6 +92,7 @@ if method == 'with logs':
########################################
if enable_popup:
import PySimpleGUI as sg
sg.change_look_and_feel('Dark Green 2')
lines = open('usage.log.txt', mode='r').readlines()
sg.PopupScrolled('Completed making {}'.format(OUTPUT_FILENAME), ''.join(lines), size=(80,50))