Move database access to background thread

This commit is contained in:
Elias Projahn 2020-10-09 12:22:02 +02:00
parent 96188929d4
commit c2d40fe56e
10 changed files with 542 additions and 148 deletions

View file

@ -11,6 +11,7 @@ use glib::clone;
use std::cell::RefCell;
use std::rc::Rc;
mod backend;
mod database;
mod dialogs;