Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
Change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kekalainen committed Apr 27, 2021
1 parent 6abff34 commit 2412356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def bootstrap():
root.iconphoto(
root._w,
tk.PhotoImage(
file=path.dirname(path.realpath(__file__)) + "/../img/pieces/pawn_b.png"
file=path.dirname(path.realpath(__file__)) + "/../img/pieces/knight_b.png"
),
)

Expand Down

0 comments on commit 2412356

Please sign in to comment.