diff -r 9b04214d1caa -r cd25e7f5aeb8 ui/common/menu.h --- a/ui/common/menu.h Mon Aug 17 21:00:33 2026 +0200 +++ b/ui/common/menu.h Tue Aug 18 20:48:31 2026 +0200 @@ -122,6 +122,8 @@ UiMenu *menus_begin; UiMenu *menus_end; CxList *current; + ui_destructor_func custom_destr; + void *custom_data; int ref; };