Make relm4 app async and update last_opened in db

This commit is contained in:
2024-02-07 20:05:20 +01:00
parent 603864e7f6
commit bea97b55f3
6 changed files with 88 additions and 30 deletions

View File

@@ -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(),