I am an idiot, fixed special ws deletion

This commit is contained in:
vaxerski 2022-07-07 19:00:34 +02:00
parent 3bf172a37e
commit 05736bc1e3

View file

@ -710,6 +710,8 @@ void CCompositor::sanityCheckWorkspaces() {
if (it == m_vWorkspaces.end())
break;
continue;
}
if ((*it)->m_iID == SPECIAL_WORKSPACE_ID && WINDOWSONWORKSPACE == 0) {
@ -721,6 +723,8 @@ void CCompositor::sanityCheckWorkspaces() {
if (it == m_vWorkspaces.end())
break;
continue;
}
}
}