Compare commits
2 Commits
ea867812bc
...
4acf034b8d
Author | SHA1 | Date |
---|---|---|
Savanni D'Gerinel | 4acf034b8d | |
Savanni D'Gerinel | 1aff203afc |
|
@ -270,6 +270,7 @@ impl DayDetailViewModel {
|
|||
|
||||
pub fn save(&self) {
|
||||
let s = self.clone();
|
||||
|
||||
glib::spawn_future(async move { s.async_save().await });
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue