Commit 254ac164 authored by Dan Pascu's avatar Dan Pascu

Open the dialog for adding the initial account after the main window

parent 8b6bfeda
......@@ -189,10 +189,10 @@ class Blink(QApplication):
@run_in_gui_thread
def _NH_SIPApplicationDidStart(self, notification):
self.fetch_account()
self.main_window.show()
accounts = AccountManager().get_accounts()
if not accounts or (self.first_run and accounts==[BonjourAccount()]):
self.main_window.add_account_dialog.open_for_create()
self.main_window.show()
self.update_manager.initialize()
def _initialize_sipsimple(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment