Added more streaming software to streamer mode binaries list (#3740)

Streamer mode now automatically detects if XSplit, PRISM Live Studio, Twitch Studio, or vMix are running

Co-authored-by: Kasia <zneix@zneix.eu>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
badoge
2022-05-28 16:17:42 +04:00
committed by GitHub
parent efcfb19187
commit 57f92f5eaa
6 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -620,7 +620,7 @@ void Window::addShortcuts()
else if (mode == 3)
{
getSettings()->enableStreamerMode.setValue(
StreamerModeSetting::DetectObs);
StreamerModeSetting::DetectStreamingSoftware);
}
return "";
}},