Switch to async-sqlite library, rename CollectionFileError

This commit is contained in:
Reinout Meliesie 2024-12-23 23:20:08 +01:00
parent d267475f0d
commit c1481517bc
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
5 changed files with 91 additions and 73 deletions

View file

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