UI: Sync 'Copy Filters' enabled state in the Source context menu
This matches the behaviour of Scenes and the Audio Mixer.
This commit is contained in:
parent
55da44d7ee
commit
448599e761
@ -5024,9 +5024,8 @@ void OBSBasic::CreateSourcePopupMenu(int idx, bool preview)
|
||||
|
||||
ui->actionCopyFilters->setEnabled(true);
|
||||
ui->actionCopySource->setEnabled(true);
|
||||
} else {
|
||||
ui->actionPasteFilters->setEnabled(false);
|
||||
}
|
||||
ui->actionPasteFilters->setEnabled(copyFiltersString && idx != -1);
|
||||
|
||||
popup.exec(QCursor::pos());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user