draft session actions delegation

This commit is contained in:
yggverse 2024-10-04 20:20:53 +03:00
parent 11f2f1eae7
commit 96103048df
2 changed files with 11 additions and 7 deletions

View file

@ -191,6 +191,11 @@ impl Browser {
}
}
// Actions
pub fn clean(&self, app_id: i64) {}
pub fn restore(&self, app_id: i64) {}
pub fn save(&self, app_id: i64) {}
// Getters
pub fn widget(&self) -> &ApplicationWindow {
&self.widget