Преглед изворни кода

Revert hiding of audio sources tyeps

jp9000 пре 11 година
родитељ
комит
327c2f7ace
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      obs/window-basic-main.cpp

+ 0 - 4
obs/window-basic-main.cpp

@@ -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));