提交 327c2f7a 编写于 作者: J jp9000

Revert hiding of audio sources tyeps

上级 b13ae5ca
......@@ -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));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册