mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-22 05:08:37 -05:00
UI: Remove redundant addAction call
This removes a redundant addAction call in the studio mode program context menu.
This commit is contained in:
@@ -8407,13 +8407,8 @@ void OBSBasic::ProgramViewContextMenuRequested()
|
||||
&OBSBasic::OpenStudioProgramProjector);
|
||||
|
||||
popup.addMenu(studioProgramProjector);
|
||||
|
||||
QAction *studioProgramWindow =
|
||||
popup.addAction(QTStr("StudioProgramWindow"), this,
|
||||
&OBSBasic::OpenStudioProgramWindow);
|
||||
|
||||
popup.addAction(studioProgramWindow);
|
||||
|
||||
popup.addAction(QTStr("StudioProgramWindow"), this,
|
||||
&OBSBasic::OpenStudioProgramWindow);
|
||||
popup.addAction(QTStr("Screenshot.StudioProgram"), this,
|
||||
&OBSBasic::ScreenshotProgram);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user