diff --git a/lact-gui/src/app/info_row.rs b/lact-gui/src/app/info_row.rs index 426c525..748c6ba 100644 --- a/lact-gui/src/app/info_row.rs +++ b/lact-gui/src/app/info_row.rs @@ -37,6 +37,8 @@ mod imp { name: RefCell, #[property(get, set)] value: RefCell, + #[property(get, set)] + selectable: RefCell, #[template_child] value_label: TemplateChild