mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-05-04 01:37:58 +02:00
Fixed borders-plus-plus, thanks tyrheimdal
This commit is contained in:
parent
9a53f320cc
commit
e67531c9ad
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ void CBordersPlusPlus::draw(PHLMONITOR pMonitor, const float& a) {
|
|||
|
||||
const auto PWINDOW = m_pWindow.lock();
|
||||
|
||||
if (!PWINDOW->m_windowData.decorate.valueOrDefault())
|
||||
if (!PWINDOW->m_ruleApplicator->decorate().valueOrDefault())
|
||||
return;
|
||||
|
||||
CBorderPPPassElement::SBorderPPData data;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue