desktop/rules: fix border colors not resetting. (#13382)
This commit is contained in:
parent
f624449c12
commit
ffec41c426
1 changed files with 2 additions and 0 deletions
|
|
@ -158,6 +158,8 @@ CWindowRuleApplicator::SRuleResult CWindowRuleApplicator::applyDynamicRule(const
|
|||
Types::COverridableVar(CGradientValueData(CHyprColor(configStringToInt(colorsAndAngles[0]).value_or(0))), Types::PRIORITY_WINDOW_RULE);
|
||||
m_inactiveBorderColor.first =
|
||||
Types::COverridableVar(CGradientValueData(CHyprColor(configStringToInt(colorsAndAngles[1]).value_or(0))), Types::PRIORITY_WINDOW_RULE);
|
||||
m_activeBorderColor.second |= rule->getPropertiesMask();
|
||||
m_inactiveBorderColor.second |= rule->getPropertiesMask();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue