Skip to content

Commit 192c5ec

Browse files
committed
Update
1 parent fafbc0d commit 192c5ec

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

assets/app.ico

66.1 KB
Binary file not shown.

multi_exodus/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def main(): # main function to start the application
1414
root = customtkinter.CTk(fg_color="#202020") # create the main window
1515
root.geometry("1375x700") # set window size
1616
root.resizable(False, False) # disable resizing
17+
root.iconbitmap("./assets/app.ico") # set window icon
1718

1819
names, count = wallet_manager.detect_wallets() # detect existing wallets
1920

0 commit comments

Comments
 (0)