The view model can no longer be initialized without an app

This commit is contained in:
Savanni D'Gerinel 2024-01-29 09:18:36 -05:00
parent 9fc9d2b758
commit cfc7df5e2f
1 changed files with 0 additions and 1 deletions

View File

@ -308,7 +308,6 @@ impl DayDetailViewModel {
pub fn save(&self) { pub fn save(&self) {
let s = self.clone(); let s = self.clone();
glib::spawn_future(async move { s.async_save().await }); glib::spawn_future(async move { s.async_save().await });
} }