Skip to content

Commit

Permalink
Fix for Path
Browse files Browse the repository at this point in the history
  • Loading branch information
magicbear committed Feb 8, 2024
1 parent 0037ec9 commit 4351d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PalEdit.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ def __init__(self):
self.palguidmanager: PalGuid = None

purplepanda = ImageTk.PhotoImage(
Image.open(f'{module_dir}/../PalEdit/resources/MossandaIcon.png').resize((240, 240)))
Image.open(f'{module_dir}/resources/MossandaIcon.png').resize((240, 240)))
self.gui.iconphoto(True, purplepanda)

root = self.gui
Expand Down

0 comments on commit 4351d4d

Please sign in to comment.