mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-17 04:53:48 -07:00
fix stupid typo
This commit is contained in:
@@ -209,7 +209,7 @@ void Events::listener_mapWindow(void* owner, void* data) {
|
|||||||
shouldFocus = true;
|
shouldFocus = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (requestedWorkspace.find("special" == 0)) {
|
if (requestedWorkspace.find("special") == 0) {
|
||||||
workspaceSpecial = true;
|
workspaceSpecial = true;
|
||||||
workspaceSilent = true;
|
workspaceSilent = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user