diff -r d188f52cff7f -r 70305d427f25 ui/gtk/button.h --- a/ui/gtk/button.h Wed Oct 23 17:16:51 2024 +0200 +++ b/ui/gtk/button.h Fri Oct 25 15:37:02 2024 +0200 @@ -47,7 +47,8 @@ const char *icon, ui_callback onclick, void *userdata, - int event_value); + int event_value, + bool activate_event); void ui_setup_togglebutton( UiObject *obj,