Skip to content

Commit

Permalink
Icon line is no longer a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickyayaya committed Jan 28, 2023
1 parent d1f99a1 commit eb452de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def add_account_button_press(self):

def __init__(self):
super().__init__()
# self.wm_iconbitmap('Assets/Icon.ico')
self.wm_iconbitmap('Assets/Icon.ico')
self.title("Steam Account Switcher")
self.geometry("600x500")
self.resizable(0, 0)
Expand Down

0 comments on commit eb452de

Please sign in to comment.