mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2025-10-29 19:58:49 +00:00
parent
306e416802
commit
4e85fb4fbf
@ -560,7 +560,7 @@ void CHyprBar::renderPass(PHLMONITOR pMonitor, const float& a) {
|
||||
}
|
||||
|
||||
if (SHOULDBLUR)
|
||||
g_pHyprOpenGL->renderRectWithBlur(titleBarBox, color, scaledRounding, a);
|
||||
g_pHyprOpenGL->renderRectWithBlur(titleBarBox, color, scaledRounding, m_pWindow->roundingPower(), a);
|
||||
else
|
||||
g_pHyprOpenGL->renderRect(titleBarBox, color, scaledRounding);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user