diff options
Diffstat (limited to 'src/leap/app.py')
| -rw-r--r-- | src/leap/app.py | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/src/leap/app.py b/src/leap/app.py index 52ebcaea..3170de4a 100644 --- a/src/leap/app.py +++ b/src/leap/app.py @@ -60,6 +60,10 @@ def main():      window = LeapWindow(opts)      if debug: +        # we only show the main window +        # if debug mode active. +        # if not, it will be set visible +        # from the systray menu.          window.show()      sys.exit(app.exec_())  | 
