draft update action

This commit is contained in:
yggverse 2024-09-24 22:46:06 +03:00
parent 4486904336
commit 68a97fdc88
8 changed files with 67 additions and 2 deletions

View file

@ -17,6 +17,11 @@ impl Reload {
}
}
// Actions
pub fn update(&self) {
todo!()
}
// Getters
pub fn widget(&self) -> &Button {
&self.widget