瀏覽代碼

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)
 		if (strcmp(type, "scene") == 0)
 			continue;
 			continue;
-		if (strcmp(type, App()->InputAudioSource()) == 0)
-			continue;
-		if (strcmp(type, App()->OutputAudioSource()) == 0)
-			continue;
 
 
 		QAction *popupItem = new QAction(QT_UTF8(name), this);
 		QAction *popupItem = new QAction(QT_UTF8(name), this);
 		popupItem->setData(QT_UTF8(type));
 		popupItem->setData(QT_UTF8(type));