UI: Fix compile error in UpdateEditMenu from rebase
This commit is contained in:
parent
5b87a842ee
commit
65b4ba7939
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user