mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
Revert "fix: fill persistent workspaces' windows at init"
This reverts commit e14a3b8687
.
This commit is contained in:
@ -161,7 +161,7 @@ class Workspaces : public AModule, public EventHandler {
|
||||
{"DEFAULT", SORT_METHOD::DEFAULT}};
|
||||
|
||||
void fill_persistent_workspaces();
|
||||
void create_persistent_workspaces(const Json::Value& clients_data);
|
||||
void create_persistent_workspaces();
|
||||
std::vector<std::string> persistent_workspaces_to_create_;
|
||||
bool persistent_created_ = false;
|
||||
|
||||
|
Reference in New Issue
Block a user