Updated FAQ (markdown)

WarmUpTill
2024-03-13 20:29:30 +01:00
parent 91c0fdd320
commit ecf6c155ce

14
FAQ.md

@@ -43,6 +43,20 @@
</details>
<details>
<summary>In which order are macro conditions evaluated?</summary>
***
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)`.
***
</details>
<details>
<summary>Where do I report issues, bugs, or feature requests?</summary>