Skip to content

Commit

Permalink
Merge pull request #380 from gudvinr/feature/fix_icon_title
Browse files Browse the repository at this point in the history
set title to USER_APP_NAME
  • Loading branch information
iwalton3 authored May 13, 2024
2 parents d2c8db7 + 9686206 commit e2d7daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jellyfin_mpv_shim/gui_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def die():
MenuItem(_("Quit"), die),
]

icon = Icon(USER_APP_NAME, menu=Menu(*menu_items))
icon = Icon(APP_NAME, title=USER_APP_NAME, menu=Menu(*menu_items))
icon.icon = Image.open(get_resource("systray.png"))
self.icon_stop = icon.stop

Expand Down

0 comments on commit e2d7daf

Please sign in to comment.