Skip to content

Commit

Permalink
GUI: Fix icon extension
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG authored Feb 22, 2024
1 parent abc0601 commit a8250b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms2rescore/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,6 @@ def app():
root.geometry(f"{int(15*dpi)}x{int(10*dpi)}")
root.title("MS²Rescore")
if platform.system() != "Linux":
root.wm_iconbitmap(os.path.join(str(_IMG_DIR), "program_icon.png"))
root.wm_iconbitmap(os.path.join(str(_IMG_DIR), "program_icon.ico"))

root.mainloop()

0 comments on commit a8250b3

Please sign in to comment.