We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafbc0d commit 192c5ecCopy full SHA for 192c5ec
2 files changed
assets/app.ico
66.1 KB
multi_exodus/app.py
@@ -14,6 +14,7 @@ def main(): # main function to start the application
14
root = customtkinter.CTk(fg_color="#202020") # create the main window
15
root.geometry("1375x700") # set window size
16
root.resizable(False, False) # disable resizing
17
+ root.iconbitmap("./assets/app.ico") # set window icon
18
19
names, count = wallet_manager.detect_wallets() # detect existing wallets
20
0 commit comments