--- a/ui/cocoa/list.h Sat Oct 11 11:23:24 2025 +0200 +++ b/ui/cocoa/list.h Sat Oct 11 12:00:07 2025 +0200 @@ -68,7 +68,7 @@ @property UiVar *var; @property UiSubList *sublist; -@property int index; +@property int sublistIndex; @property int sublistStartRow; @property int rownum; @@ -114,6 +114,7 @@ @property NSTrackingArea *trackingArea; @property NSView *disclosureButton; @property BOOL hover; +@property BOOL showDisclosureButton; @end