fix(workspaces): persistant class with empty outputs

This commit is contained in:
Alex 2019-06-12 09:50:33 +02:00
parent 564fdcb369
commit 028b184f7b
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ void Workspaces::onCmd(const struct Ipc::ipc_response &res) {
// Adding to all outputs
Json::Value v;
v["name"] = p_w_name;
v["target_output"] = "";
workspaces_.emplace_back(std::move(v));
}
}