Skip to content
Snippets Groups Projects
Commit bdc291cb authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

typo

parent 9ea2a5c6
No related branches found
No related tags found
No related merge requests found
......@@ -3406,7 +3406,7 @@ class Interface:
self.systray_enabled = False
self.systray_capabilities = False
if (((os.name == 'nt') or (sys.platform == 'darwin'):
if (os.name == 'nt') or (sys.platform == 'darwin'):
import statusicon
self.systray = statusicon.StatusIcon()
self.systray_capabilities = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment