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