|
@ -1251,7 +1251,7 @@ def main(): |
|
|
sabnzbd.cfg.web_color.set(sabnzbd.WEB_COLOR) |
|
|
sabnzbd.cfg.web_color.set(sabnzbd.WEB_COLOR) |
|
|
|
|
|
|
|
|
# Handle the several tray icons |
|
|
# Handle the several tray icons |
|
|
if sabnzbd.cfg.win_menu() and not sabnzbd.DAEMON: |
|
|
if sabnzbd.cfg.win_menu() and not sabnzbd.DAEMON and not sabnzbd.WIN_SERVICE: |
|
|
if sabnzbd.WIN32: |
|
|
if sabnzbd.WIN32: |
|
|
import sabnzbd.sabtray |
|
|
import sabnzbd.sabtray |
|
|
|
|
|
|
|
|