提交 71e32f89 编写于 作者: J jp9000

Hide audio captures as sources in basic mode

Still not 100% decided on this, but I already see people getting
confused over this, so I'm just going to hide them for the time being.
上级 0b5ba66b
......@@ -961,6 +961,10 @@ 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.
先完成此消息的编辑!
想要评论请 注册