mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-25 08:58:25 -04:00
Revert hiding of audio sources tyeps
This commit is contained in:
@@ -961,10 +961,6 @@ void OBSBasic::AddSourcePopupMenu(const QPoint &pos)
|
||||
|
||||
if (strcmp(type, "scene") == 0)
|
||||
continue;
|
||||
if (strcmp(type, App()->InputAudioSource()) == 0)
|
||||
continue;
|
||||
if (strcmp(type, App()->OutputAudioSource()) == 0)
|
||||
continue;
|
||||
|
||||
QAction *popupItem = new QAction(QT_UTF8(name), this);
|
||||
popupItem->setData(QT_UTF8(type));
|
||||
|
||||
Reference in New Issue
Block a user