Merge branch 'master' of github.com:Alexays/Waybar into add_css_reload

This commit is contained in:
dpayne
2024-01-22 12:40:02 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -527,11 +527,11 @@ void Task::handle_closed() {
spdlog::debug("{} closed", repr());
zwlr_foreign_toplevel_handle_v1_destroy(handle_);
handle_ = nullptr;
tbar_->remove_task(id_);
if (button_visible_) {
tbar_->remove_button(button);
button_visible_ = false;
}
tbar_->remove_task(id_);
}
bool Task::handle_clicked(GdkEventButton *bt) {