mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 21:51:14 -07:00
Fix toggle startup in MacOS system tray menu
This commit is contained in:
parent
8226a14b00
commit
eb6cb60ee3
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class MacOSSystemTray(object):
|
||||||
|
|
||||||
def tray_startup(self, tray_icon):
|
def tray_startup(self, tray_icon):
|
||||||
plexpy.CONFIG.LAUNCH_STARTUP = not plexpy.CONFIG.LAUNCH_STARTUP
|
plexpy.CONFIG.LAUNCH_STARTUP = not plexpy.CONFIG.LAUNCH_STARTUP
|
||||||
tray_icon.state = plexpy.CONFIG.LAUNCH_STARTUP
|
set_startup()
|
||||||
|
|
||||||
def tray_check_update(self, tray_icon):
|
def tray_check_update(self, tray_icon):
|
||||||
versioncheck.check_update()
|
versioncheck.check_update()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue