diff --git a/FAQ.md b/FAQ.md index 24286b2..56c0331 100644 --- a/FAQ.md +++ b/FAQ.md @@ -43,6 +43,20 @@ +
+ In which order are macro conditions evaluated? + + *** + The conditions are checked from the top to the bottom. +So assuming you have the following conditions set up in a given macro ... + +![1710329364264](https://github.com/WarmUpTill/SceneSwitcher/assets/19472752/d6dc77bd-dfdc-4fc7-8670-5d358ffa5325) + +... they would be evaluated as `(((Scene) or File) and Audio)`. + *** + +
+
Where do I report issues, bugs, or feature requests?