ext/workspaces: fix appearing of hidden workspaces

Do this by removing the needs-update tracking. The gain
was questionable to begin with and turns out it  doesn't
work correctly with multiple outputs.
This commit is contained in:
Jens Peters
2025-09-03 06:48:32 +02:00
parent 41de8964f1
commit af9c31ccd3
2 changed files with 11 additions and 19 deletions

View File

@ -136,8 +136,6 @@ class Workspace {
Gtk::Button button_;
Gtk::Box content_;
Gtk::Label label_;
bool needs_updating_ = false;
};
} // namespace waybar::modules::ext