trying to tweak sqlx
This commit is contained in:
parent
4fe68236ea
commit
804850505e
11 changed files with 129 additions and 219 deletions
|
@ -79,6 +79,7 @@ impl Library {
|
|||
Message::RemoveItem => Task::none(),
|
||||
Message::OpenItem(item) => {
|
||||
debug!(?item);
|
||||
self.editing_item = item;
|
||||
Task::none()
|
||||
}
|
||||
Message::HoverLibrary(library_kind) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue