Closed shanmukhateja closed 5 years ago
Fixes #86
We currently do not check if tray icon needs to be shown or not.
I have added a if condition which checks for tray-enabled flag in on_activate function of blueberry.py and uses subprocess.Popen to start blueberry-tray.py
if
tray-enabled
on_activate
blueberry.py
subprocess.Popen
blueberry-tray.py
Fixes #86
We currently do not check if tray icon needs to be shown or not.
I have added a
if
condition which checks fortray-enabled
flag inon_activate
function ofblueberry.py
and usessubprocess.Popen
to startblueberry-tray.py