Code Block Obj-C @property enabled * @discussion Toggles the enabled status of the filter. [...] * On macOS, up to 4 filter configurations of the same grade can be enabled simultaneously.
Questions:
What is "up to 4 filters" supposed to mean in the real world?
Does it mean that as on iOS, if a 5th filter is enabled, then one of the existing 4 will be disabled?
How is the software supposed to be informed about being disabled without its knowledge/consent?
Why is there a limitation in the first place?