Skip to content

Commit d34f81a

Browse files
committed
Update main.py for initial building
1 parent a421388 commit d34f81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self):
1717

1818
# Set the program icon
1919
icon_image = tk.PhotoImage(file=os.path.join(
20-
os.path.dirname(__file__), "notepad.gif"))
20+
os.path.dirname(__file__), "notepad.png"))
2121
self.root.iconphoto(True, icon_image)
2222

2323
# Initialize the text area and other UI components

0 commit comments

Comments
 (0)