mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update label text on page reload
This commit is contained in:
parent
10374b1b08
commit
9e5ec86222
3 changed files with 13 additions and 8 deletions
|
|
@ -41,8 +41,8 @@ impl Label {
|
|||
}
|
||||
|
||||
// Actions
|
||||
pub fn update(&self) {
|
||||
// @TODO
|
||||
pub fn update(&self, title: &GString) {
|
||||
self.title.update(title);
|
||||
}
|
||||
|
||||
// Setters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue