diff --git a/UI/obs-app.cpp b/UI/obs-app.cpp index e2900374b..834048b64 100644 --- a/UI/obs-app.cpp +++ b/UI/obs-app.cpp @@ -1536,6 +1536,10 @@ bool OBSApp::OBSInit() native->nativeResourceForIntegration("display")); #endif +#ifdef __APPLE__ + setAttribute(Qt::AA_DontCreateNativeWidgetSiblings); +#endif + if (!StartupOBS(locale.c_str(), GetProfilerNameStore())) return false;