windowrules: add option to allow size persistence between app launches (#9422)
This commit is contained in:
parent
4082e876d5
commit
b80b64cd6c
7 changed files with 78 additions and 15 deletions
|
|
@ -37,6 +37,7 @@ class CWindowRule {
|
|||
RULE_WORKSPACE,
|
||||
RULE_PROP,
|
||||
RULE_CONTENT,
|
||||
RULE_PERSISTENTSIZE,
|
||||
};
|
||||
|
||||
eRuleType ruleType = RULE_INVALID;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue