Skip to content

Commit 8c52972

Browse files
committed
add: icon
1 parent 43f71b9 commit 8c52972

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/gui.py

+3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ def resource_path(relative_path: str) -> str:
6868
return absolute_path
6969

7070

71+
Window.icon = resource_path("low.ico")
72+
73+
7174
class LoadingPopup(Popup):
7275
"""Popup for displaying a loading indicator."""
7376

0 commit comments

Comments
 (0)