summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changes/bug-2954_fix-mainwindow-show1
-rw-r--r--src/leap/app.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/changes/bug-2954_fix-mainwindow-show b/changes/bug-2954_fix-mainwindow-show
new file mode 100644
index 00000000..28a3b2cd
--- /dev/null
+++ b/changes/bug-2954_fix-mainwindow-show
@@ -0,0 +1 @@
+ o Fix Main Window briefly display before the wizard on first start. Closes Bug #2954.
diff --git a/src/leap/app.py b/src/leap/app.py
index cb9951c1..0ee78310 100644
--- a/src/leap/app.py
+++ b/src/leap/app.py
@@ -151,7 +151,6 @@ def main():
lambda: twisted_main.quit(app),
standalone=standalone,
bypass_checks=bypass_checks)
- window.show()
sigint_window = partial(sigint_handler, window, logger=logger)
signal.signal(signal.SIGINT, sigint_window)