mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
change sqlite wrapper to rusqlite, update database api
This commit is contained in:
parent
7b9937eac1
commit
490338930d
4 changed files with 19 additions and 20 deletions
|
|
@ -75,10 +75,10 @@ impl App {
|
|||
|
||||
// Init events
|
||||
app.connect_activate({
|
||||
let database = database.clone();
|
||||
// let database = database.clone();
|
||||
move |application| {
|
||||
// Restore previous session
|
||||
database.restore();
|
||||
// @TODO
|
||||
|
||||
// Init components
|
||||
let browser = Arc::new(Browser::new(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue