Removed Macs being forced to system default. Checked in the latest readme components
This commit is contained in:
parent
9cc43153b5
commit
0d7473eedb
12 changed files with 6485 additions and 4151 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue