UI: Don't load Restream UI before CEF is ready

This commit is contained in:
Matt Gajownik
2024-10-23 17:33:18 +11:00
parent d9b1b8213a
commit 9908c7941f
+2
View File
@@ -123,6 +123,8 @@ bool RestreamAuth::LoadInternal()
void RestreamAuth::LoadUI()
{
if (!cef)
return;
if (uiLoaded)
return;
if (!GetChannelInfo())