mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-31 05:35:36 -05:00
Add support for sending generic OBS websocket messages
This should allow to send OBS websocket vendor requests to other plugins which offer an API via this method (e.g. vertical OBS)
This commit is contained in:
@@ -131,6 +131,7 @@ Connection *GetConnectionByName(const QString &name)
|
||||
{
|
||||
return GetConnectionByName(name.toStdString());
|
||||
}
|
||||
|
||||
Connection *GetConnectionByName(const std::string &name)
|
||||
{
|
||||
for (auto &con : switcher->connections) {
|
||||
|
||||
Reference in New Issue
Block a user