1
0
mirror of https://github.com/Melon-Bread/EagleJab synced 2024-11-24 20:28:19 -05:00

Removed Icon For Now :finnadie:

This commit is contained in:
Rain Clark 2016-01-30 04:27:10 -05:00
parent 0c5f133822
commit 58d1323d98

View File

@ -12,7 +12,6 @@ args = parser.parse_args()
# Hides the root tk window # Hides the root tk window
root = tk.Tk() root = tk.Tk()
root.iconbitmap('icon.ico')
root.withdraw() root.withdraw()
# Ask for the desired .CIA file if none is given # Ask for the desired .CIA file if none is given