config: add order rule for layers (#7697)
This commit is contained in:
parent
43e1415e71
commit
04421063af
4 changed files with 11 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ class CLayerSurface {
|
|||
bool ignoreAlpha = false;
|
||||
float ignoreAlphaValue = 0.f;
|
||||
bool dimAround = false;
|
||||
int64_t order = 0;
|
||||
|
||||
std::optional<std::string> animationStyle;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue