Refactor "no match scene" handling

This commit is contained in:
WarmUpTill
2025-10-18 22:02:45 +02:00
committed by WarmUpTill
parent 602675b3b3
commit a82662c8f4
6 changed files with 28 additions and 53 deletions

View File

@@ -238,7 +238,7 @@ NoMatchBehavior GetPluginNoMatchBehavior()
void SetNoMatchScene(const OBSWeakSource &scene)
{
GetSwitcher()->nonMatchingScene = scene;
GetSwitcher()->nonMatchingScene.SetScene(scene);
}
std::string ForegroundWindowTitle()