Skip to content

Commit

Permalink
Merge pull request #15 from Myoldmopar/FixIcon
Browse files Browse the repository at this point in the history
Fix icon
  • Loading branch information
Myoldmopar committed Apr 6, 2023
2 parents 1e1d29c + 7df9539 commit 41693ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion energyplus_pet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NICE_NAME = "EnergyPlus P.E.T."
VERSION = "0.45"
VERSION = "0.46"
4 changes: 0 additions & 4 deletions energyplus_pet/forms/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ def __init__(self):
print(f"Could not set icon for Windows, expecting to find it at {self.icon_path}")
fixup_taskbar_icon_on_windows(NICE_NAME)

icon_path = Path(__file__).parent / 'favicon.png'
image = PhotoImage(file=str(icon_path))
self.iconphoto(True, image)

# setup event listeners
self._gui_queue = Queue()
self._check_queue()
Expand Down

0 comments on commit 41693ec

Please sign in to comment.