diff --git a/UI/window-basic-main.cpp b/UI/window-basic-main.cpp index 4d98ba950..cfc4a427d 100644 --- a/UI/window-basic-main.cpp +++ b/UI/window-basic-main.cpp @@ -2059,6 +2059,12 @@ void OBSBasic::OBSInit() #endif #endif +#ifdef __APPLE__ + /* Remove OBS' Fullscreen Interface menu in favor of the one macOS adds by default */ + delete ui->actionFullscreenInterface; + ui->actionFullscreenInterface = nullptr; +#endif + #if defined(_WIN32) || defined(__APPLE__) if (App()->IsUpdaterDisabled()) ui->actionCheckForUpdates->setEnabled(false);