From 85b36531b0466e70fd1cc2067f458ec38f79518c Mon Sep 17 00:00:00 2001 From: nnra6864 Date: Tue, 18 Nov 2025 23:49:26 +0100 Subject: [PATCH] Fixed hyprtrails --- hyprtrails/trail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprtrails/trail.cpp b/hyprtrails/trail.cpp index 9820fda..7bf4f31 100644 --- a/hyprtrails/trail.cpp +++ b/hyprtrails/trail.cpp @@ -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};