Skip to content

Commit

Permalink
fix update applet icon for first start (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
klim-iv authored and Igor Makarov committed Oct 10, 2024
1 parent 3409c0e commit f593805
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 f593805

Please sign in to comment.