Skip to content

Commit

Permalink
Fix iconify call
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 12, 2024
1 parent f868d38 commit 3a980a9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion desktop/desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def run_taskbar():
if __name__ == "__main__":
# TK without a window, to get dock events
root = tk.Tk()
root.overrideredirect(1)
if platform.system() == "Windows":
root.iconify() # hide the window
else:
Expand Down
Binary file modified desktop/win_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified desktop/win_splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a980a9

Please sign in to comment.