|
@@ -282,6 +282,11 @@ static void DeleteCookies()
|
|
|
|
|
|
void RegisterRestreamAuth()
|
|
|
{
|
|
|
+#if !defined(__APPLE__) && !defined(_WIN32)
|
|
|
+ if (QApplication::platformName().contains("wayland"))
|
|
|
+ return;
|
|
|
+#endif
|
|
|
+
|
|
|
OAuth::RegisterOAuth(restreamDef, CreateRestreamAuth,
|
|
|
RestreamAuth::Login, DeleteCookies);
|
|
|
}
|