summaryrefslogtreecommitdiff
path: root/src/leap/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/app.py')
-rw-r--r--src/leap/app.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/app.py b/src/leap/app.py
index 9f4d4614..14d3c69c 100644
--- a/src/leap/app.py
+++ b/src/leap/app.py
@@ -42,6 +42,7 @@ def main():
_, opts = leap_argparse.init_leapc_args()
debug = opts.debug
+ standalone = opts.standalone
# TODO: get severity from command line args
if debug:
@@ -93,7 +94,7 @@ def main():
# TODO: check if the leap-client is already running and quit
# gracefully in that case.
- window = MainWindow()
+ window = MainWindow(standalone)
window.show()
# This dummy timer ensures that control is given to the outside