mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
UI: Don't load Restream UI before CEF is ready
This commit is contained in:
@@ -123,6 +123,8 @@ bool RestreamAuth::LoadInternal()
|
||||
|
||||
void RestreamAuth::LoadUI()
|
||||
{
|
||||
if (!cef)
|
||||
return;
|
||||
if (uiLoaded)
|
||||
return;
|
||||
if (!GetChannelInfo())
|
||||
|
||||
Reference in New Issue
Block a user