fix stupid typo

This commit is contained in:
vaxerski 2022-12-16 11:47:02 +00:00
parent 20899b597e
commit 7c33c7fc64
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }