diff --git a/UI/auth-restream.cpp b/UI/auth-restream.cpp index bffe14070..c832ee83d 100644 --- a/UI/auth-restream.cpp +++ b/UI/auth-restream.cpp @@ -123,6 +123,8 @@ bool RestreamAuth::LoadInternal() void RestreamAuth::LoadUI() { + if (!cef) + return; if (uiLoaded) return; if (!GetChannelInfo())