This commit is contained in:
@@ -961,9 +961,13 @@ void ui_server::start() {
|
||||
}
|
||||
}).join();
|
||||
|
||||
launch_ui();
|
||||
|
||||
notify_and_unlock(nonce_lock);
|
||||
|
||||
if (should_launch) {
|
||||
launch_ui();
|
||||
should_launch = false;
|
||||
}
|
||||
|
||||
server_.listen_after_bind();
|
||||
} else {
|
||||
utils::error::raise_error(function_name,
|
||||
|
Reference in New Issue
Block a user