mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-05-08 11:48:01 +02:00
Fixed hyprtrails
This commit is contained in:
parent
c5dc8c7ffd
commit
85b36531b0
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ void CTrail::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;
|
||||
|
||||
auto data = CTrailPassElement::STrailData{this, a};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue