Skip to content

Commit fe14842

Browse files
committed
Correct the path of eye_icon
1 parent ff1a15c commit fe14842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/keystroke.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def move(event):
170170
horizontal_frame = tk.Frame(popup)
171171
horizontal_frame.pack(expand=True, pady=10)
172172

173-
eye_icon = PhotoImage(file="media/icons8-eye-30.png")
173+
eye_icon = PhotoImage(file="media\\icons8-eye-30.png")
174174

175175
blink_button = tk.Button(horizontal_frame, image=eye_icon, width=70, height=38, bg="#FFFFFF")
176176
blink_button.image = eye_icon

0 commit comments

Comments
 (0)