mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 15:11:57 -07:00
@@ -391,7 +391,8 @@ void CLayerSurface::applyRules() {
|
|||||||
forceBlurPopups = true;
|
forceBlurPopups = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case CLayerRule::RULE_IGNOREALPHA: {
|
case CLayerRule::RULE_IGNOREALPHA:
|
||||||
|
case CLayerRule::RULE_IGNOREZERO: {
|
||||||
const auto FIRST_SPACE_POS = rule->rule.find_first_of(' ');
|
const auto FIRST_SPACE_POS = rule->rule.find_first_of(' ');
|
||||||
std::string alphaValue = "";
|
std::string alphaValue = "";
|
||||||
if (FIRST_SPACE_POS != std::string::npos)
|
if (FIRST_SPACE_POS != std::string::npos)
|
||||||
|
Reference in New Issue
Block a user