mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft session actions delegation
This commit is contained in:
parent
11f2f1eae7
commit
96103048df
2 changed files with 11 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue