mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-04-03 10:50:37 +02:00
parent
306e416802
commit
4e85fb4fbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue