mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-01 23:58:30 +00:00
workspaces: minor fixes for multi-special
This commit is contained in:
@@ -1064,7 +1064,7 @@ bool CCompositor::isWorkspaceVisible(const int& w) {
|
||||
if (m->activeWorkspace == w)
|
||||
return true;
|
||||
|
||||
if (m->specialWorkspaceID && isWorkspaceSpecial(w))
|
||||
if (m->specialWorkspaceID == w)
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user