mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-06 15:46:13 -05:00
UI: Remove "Fullscreen Interface" menu on macOS
Removes the "View" -> "Fullscreen Interface" menu entry on macOS, since macOS automatically adds an entry doing the same thing by itself.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user