mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 22:51:58 -07:00
unset hidden at grouped remove
This commit is contained in:
@@ -50,6 +50,8 @@ void IHyprLayout::onWindowRemoved(CWindow* pWindow) {
|
||||
if (pWindow == m_pLastTiledWindow)
|
||||
m_pLastTiledWindow = nullptr;
|
||||
|
||||
pWindow->setHidden(false);
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user