UI: Wait for browser init before "what's new" dialog
This commit is contained in:
parent
693e5f21b4
commit
1759d1beae
@ -1917,6 +1917,9 @@ void OBSBasic::ReceivedIntroJson(const QString &text)
|
||||
return;
|
||||
}
|
||||
|
||||
cef->init_browser();
|
||||
ExecuteFuncSafeBlock([] {cef->wait_for_browser_init();});
|
||||
|
||||
config_set_int(App()->GlobalConfig(), "General",
|
||||
"InfoIncrement", info_increment);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user