mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-19 13:56:06 -04:00
UI: Fix compile error in UpdateEditMenu from rebase
This commit is contained in:
@@ -7791,7 +7791,7 @@ void OBSBasic::UpdateEditMenu()
|
||||
OBSSourceAutoRelease strong =
|
||||
obs_weak_source_get_source(weak.Get());
|
||||
if (allowPastingDuplicate &&
|
||||
obs_source_get_output_flags(source) &
|
||||
obs_source_get_output_flags(strong) &
|
||||
OBS_SOURCE_DO_NOT_DUPLICATE)
|
||||
allowPastingDuplicate = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user