Skip to content

Commit

Permalink
Merge pull request #578 from klim-iv/main
Browse files Browse the repository at this point in the history
fix update applet icon for first start (#456)
  • Loading branch information
rcaelers authored Oct 12, 2024
2 parents 3409c0e + f593805 commit aaf9809
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ X11SystrayAppletWindow::activate()

view = new TimerBoxGtkView(context->get_core());
control = std::make_shared<TimerBoxControl>(context->get_core(), "applet", view);
control->update();

Gtk::VBox *box = manage(new Gtk::VBox());
box->set_spacing(1);
Expand Down

0 comments on commit aaf9809

Please sign in to comment.