fix group decos on added windows

This commit is contained in:
vaxerski 2022-09-07 20:36:34 +02:00
parent 6e195a6b8c
commit 64be57b780
1 changed files with 2 additions and 0 deletions

View File

@ -356,6 +356,8 @@ void CHyprDwindleLayout::onWindowCreatedTiling(CWindow* pWindow) {
applyNodeDataToWindow(PNODE);
pWindow->m_dWindowDecorations.emplace_back(std::make_unique<CHyprGroupBarDecoration>(pWindow));
return;
}