Rename 'noscreenshare' to 'no_screen_share' for layer rule effects

This commit is contained in:
Nawfal bin Mohmad Rouyan 2025-11-21 22:17:42 +08:00 committed by GitHub
parent a0a5c14308
commit 7b31907b4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -345,4 +345,4 @@ but they have different props and effects.
| animation | \[style\] | Allows you to set a specific animation style for this layer. |
| order | \[n\] | Sets the order relative to other layers. A higher `n` means closer to the edge of the monitor. Can be negative. `n = 0` if unspecified. |
| abovelock | \[0/1/2\] | If non-zero, renders the layer above the lockscreen when the session is locked. If set to `2`, you can interact with the layer on the lockscreen, otherwise it will only be rendered above it. |
| noscreenshare | \[on\] | Hides the layer from screen sharing by drawing a black rectangle over it. |
| no_screen_share | \[on\] | Hides the layer from screen sharing by drawing a black rectangle over it. |