Skip to content

Commit

Permalink
bugfix: non-persistent workspaces were not being created
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed Feb 18, 2024
1 parent 281fed6 commit 5e20f48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/hyprland/workspaces.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ void Workspaces::onWorkspaceCreated(std::string const &workspaceName,
}
} else {
extendOrphans(workspaceJson["id"].asInt(), clientsData);
break;
}
}
} else {
Expand Down

0 comments on commit 5e20f48

Please sign in to comment.