fix: fill persistent workspaces' windows at init

This commit is contained in:
Brenno Lemos
2023-10-19 21:19:08 -03:00
parent 846842be80
commit e14a3b8687
2 changed files with 6 additions and 6 deletions

View File

@ -162,7 +162,7 @@ class Workspaces : public AModule, public EventHandler {
{"DEFAULT", SORT_METHOD::DEFAULT}};
void fill_persistent_workspaces();
void create_persistent_workspaces();
void create_persistent_workspaces(const Json::Value& clients_data);
std::vector<std::string> persistent_workspaces_to_create_;
bool persistent_created_ = false;