1
0
mirror of https://github.com/rad4day/Waybar.git synced 2023-12-21 10:22:59 +01:00
This commit is contained in:
Lucas Lazare 2019-05-18 18:21:01 -04:00
parent 863e0babd8
commit a00f812cd1

@ -106,7 +106,7 @@ void Workspaces::onCmd(const struct Ipc::ipc_response &res) {
}
}
// Adding new workspaces to the output (those where never showed in this output before)
// Adding new workspaces to the output (those were never showed in this output before)
for (int i = 0; workspaces_.size() > sorted_workspaces.size(); ++i) {
workspaces_order_.emplace_back(workspaces_[i]["name"].asString());
sorted_workspaces.emplace_back(workspaces_[i]);