chase hyprland

This commit is contained in:
Zakk
2024-07-18 05:08:44 -04:00
parent f4b39a4791
commit 98d22e7e57

View File

@@ -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;