mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-10 00:51:58 -07:00
I am an idiot, fixed special ws deletion
This commit is contained in:
@@ -710,6 +710,8 @@ void CCompositor::sanityCheckWorkspaces() {
|
|||||||
|
|
||||||
if (it == m_vWorkspaces.end())
|
if (it == m_vWorkspaces.end())
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((*it)->m_iID == SPECIAL_WORKSPACE_ID && WINDOWSONWORKSPACE == 0) {
|
if ((*it)->m_iID == SPECIAL_WORKSPACE_ID && WINDOWSONWORKSPACE == 0) {
|
||||||
@@ -721,6 +723,8 @@ void CCompositor::sanityCheckWorkspaces() {
|
|||||||
|
|
||||||
if (it == m_vWorkspaces.end())
|
if (it == m_vWorkspaces.end())
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user