mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
reset notice banner on page update
This commit is contained in:
parent
f7b653f36a
commit
c8607e151a
4 changed files with 24 additions and 14 deletions
|
|
@ -48,8 +48,9 @@ impl Client {
|
|||
.set_enabled(false);
|
||||
|
||||
// Reset widgets
|
||||
self.page.search.unset();
|
||||
self.page.input.unset();
|
||||
self.page.notice.unset();
|
||||
self.page.search.unset();
|
||||
self.page.set_title("Loading..");
|
||||
self.page.set_progress(0.1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue