mirror of
https://github.com/Melon-Bread/EagleJab
synced 2025-07-06 05:54:44 -04:00
Added New (Crappy) Icon
This commit is contained in:
@ -12,6 +12,7 @@ args = parser.parse_args()
|
||||
|
||||
# Hides the root tk window
|
||||
root = tk.Tk()
|
||||
root.iconbitmap('icon.ico')
|
||||
root.withdraw()
|
||||
|
||||
# Ask for the desired .CIA file if none is given
|
||||
|
Reference in New Issue
Block a user