Merge pull request #3747 from Aqa-Ib/patch-1

fix hyprland's grouped window flags
This commit is contained in:
Alexis Rouillard 2024-11-13 15:42:38 +01:00 committed by GitHub
commit 63edb402ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -191,12 +191,6 @@ void Window::queryActiveWorkspace() {
solo_ = true;
}
// Grouped windows have a tab bar and therefore don't look fullscreen or solo
if (windowData_.grouped) {
fullscreen_ = false;
solo_ = false;
}
if (solo_) {
soloClass_ = windowData_.class_name;
} else {