Revert "Allow custom icon to work via SetOptions"

This commit is contained in:
MikeTheWatchGuy 2019-03-05 08:01:19 -05:00 committed by GitHub
parent 6a9d3f9550
commit 305bcb3671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 168 deletions

View file

@ -1,5 +1,6 @@
#!/usr/bin/env python
import sys
import sys
if sys.version_info[0] >= 3:
import PySimpleGUI as sg
else: