typo
This commit is contained in:
parent
9ea2a5c677
commit
bdc291cb04
1 changed files with 1 additions and 1 deletions
|
@ -3406,7 +3406,7 @@ class Interface:
|
||||||
self.systray_enabled = False
|
self.systray_enabled = False
|
||||||
self.systray_capabilities = False
|
self.systray_capabilities = False
|
||||||
|
|
||||||
if (((os.name == 'nt') or (sys.platform == 'darwin'):
|
if (os.name == 'nt') or (sys.platform == 'darwin'):
|
||||||
import statusicon
|
import statusicon
|
||||||
self.systray = statusicon.StatusIcon()
|
self.systray = statusicon.StatusIcon()
|
||||||
self.systray_capabilities = True
|
self.systray_capabilities = True
|
||||||
|
|
Loading…
Add table
Reference in a new issue