1
0
mirror of https://github.com/rad4day/Waybar.git synced 2023-12-21 10:22:59 +01:00
This commit is contained in:
dmitry 2021-11-23 03:18:00 +03:00
parent 23991b6543
commit 98f7a10a51

@ -141,6 +141,7 @@ auto WorkspaceManager::update() -> void {
}
if (creation_delayed()) {
creation_delayed_ = false;
sort_workspaces();
}
AModule::update();
}
@ -283,7 +284,7 @@ auto WorkspaceGroup::handle_done() -> void {
}
if (!workspace_manager_.all_outputs()) {
//sort_workspaces();
sort_workspaces();
} else {
workspace_manager_.sort_workspaces();
}