Switch to async-sqlite library, rename CollectionFileError
This commit is contained in:
parent
d267475f0d
commit
c1481517bc
5 changed files with 91 additions and 73 deletions
|
@ -31,7 +31,7 @@ fn on_activate ( app : & Application ) {
|
|||
} ,
|
||||
|error| {
|
||||
match error {
|
||||
CollectionFileError => eprintln ! ("Could not open collection file") ,
|
||||
CollectionFileReadError => eprintln ! ("Could not read collection file") ,
|
||||
} ;
|
||||
ui . close_window () ;
|
||||
} ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue