From ecf6c155ce926e150a671b529f781bd81e9348ec Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Wed, 13 Mar 2024 20:29:30 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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?