Make relm4 app async and update last_opened in db
This commit is contained in:
@@ -66,7 +66,6 @@ impl SimpleComponent for SheetListingModel {
|
||||
}
|
||||
SheetListingInput::ListBoxRowClicked(index) => {
|
||||
let x = self.sheets.get(index as usize).unwrap();
|
||||
debug!("clicked: {}!!!!!", x.label);
|
||||
sender
|
||||
.output(SheetModelSelected {
|
||||
sheet_model_type: x.sheet_model_type.clone(),
|
||||
|
Reference in New Issue
Block a user