qtui: Show core connection dialog only after initialization
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 14 Jun 2018 19:12:17 +0000 (21:12 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 15 Jun 2018 23:30:32 +0000 (01:30 +0200)
Showing a blocking dialog in init() is a bad idea, because then
initialization doesn't actually finish until the dialog is closed.
For example, this delays the setup of the tray icon.

Instead, go through the event loop before showing the initial
connection dialog.


No differences found