Skip to content

Commit

Permalink
Update concealium.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfaaqrifath authored May 24, 2022
1 parent 8564ec1 commit 0f389c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions concealium.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
root.title("Concealium v2.0.1")
root.config(background="#a30000")

#for app icon uncomment this
# p1 = PhotoImage(file = "concealium.png")
# root.iconphoto(False, p1)
#app icon
p1 = PhotoImage(file = "concealium.png")
root.iconphoto(False, p1)

def callback(url):
webbrowser.open_new_tab(url)
Expand Down Expand Up @@ -131,4 +131,4 @@ def show_files():
download_path = StringVar()

elements()
root.mainloop()
root.mainloop()

0 comments on commit 0f389c1

Please sign in to comment.