mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 04:11:06 -05:00
Refactor "no match scene" handling
This commit is contained in:
@@ -238,7 +238,7 @@ NoMatchBehavior GetPluginNoMatchBehavior()
|
||||
|
||||
void SetNoMatchScene(const OBSWeakSource &scene)
|
||||
{
|
||||
GetSwitcher()->nonMatchingScene = scene;
|
||||
GetSwitcher()->nonMatchingScene.SetScene(scene);
|
||||
}
|
||||
|
||||
std::string ForegroundWindowTitle()
|
||||
|
||||
Reference in New Issue
Block a user