From 98d22e7e57358e31518bce8c4a07e6af09a38791 Mon Sep 17 00:00:00 2001 From: Zakk Date: Thu, 18 Jul 2024 05:08:44 -0400 Subject: [PATCH] chase hyprland --- easymotionDeco.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easymotionDeco.cpp b/easymotionDeco.cpp index 4ab6cbc..7d7e9cc 100644 --- a/easymotionDeco.cpp +++ b/easymotionDeco.cpp @@ -112,7 +112,7 @@ void CHyprEasyLabel::draw(CMonitor* pMonitor, float a) { if (!validMapped(m_pWindow)) return; - if (!m_pWindow->m_sSpecialRenderData.decorate) + if (!m_pWindow->m_sWindowData.decorate.valueOrDefault()) return; const auto PWORKSPACE = m_pWindow->m_pWorkspace;