| 49 | } |
| 50 | |
| 51 | static void setNoMatchBehaviour(int value, OBSWeakSource &scene) |
| 52 | { |
| 53 | SetPluginNoMatchBehavior(static_cast<NoMatchBehavior>(value)); |
| 54 | if (GetPluginNoMatchBehavior() == NoMatchBehavior::SWITCH) { |
| 55 | SetNoMatchScene(scene); |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | static void closeOBSWindow(void *) |
| 60 | { |
no test coverage detected