Skip to content

Commit

Permalink
Revert "Set app id"
Browse files Browse the repository at this point in the history
This reverts commit df276eb.
  • Loading branch information
elibroftw committed Oct 7, 2024
1 parent df276eb commit 6be4bcc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sys_tray.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@
import time
import os
from base64 import b64decode
import ctypes


def system_tray(main_queue: mp.Queue, child_queue: mp.Queue):
from b64_images import FILLED_ICON, UNFILLED_ICON

if platform.system() == 'Linux':
os.environ['PYSTRAY_BACKEND'] = 'appindicator'
elif platform.system() == 'Windows':
my_app_id = 'elijahlopez.music_caster'
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(my_app_id)
import pystray
from PIL import Image

Expand Down

0 comments on commit 6be4bcc

Please sign in to comment.