Skip to content

Commit

Permalink
fix #305
Browse files Browse the repository at this point in the history
  • Loading branch information
vyshnav-vinod committed May 13, 2024
1 parent 0f2672b commit d75fd94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biscuit/core/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def gen_actionset(self) -> None:
)

def setup_icon(self) -> None:
self.base.iconbitmap(self.res.get_res_path("icon.ico"))
self.base.call('wm', 'iconphoto', self.base._w, tk.PhotoImage(file=self.res.get_res_path("icon.png")))

def setup_font(self) -> None:
try:
Expand Down
Binary file added biscuit/res/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d75fd94

Please sign in to comment.