mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra title member
This commit is contained in:
parent
176d24da4f
commit
054c30b238
4 changed files with 26 additions and 43 deletions
|
|
@ -61,7 +61,7 @@ impl Client {
|
|||
// Reset widgets
|
||||
self.subject.page.search.unset();
|
||||
self.subject.page.input.unset();
|
||||
self.subject.page.title.replace("Loading..".into());
|
||||
self.subject.tab_page.set_title("Loading..");
|
||||
self.subject
|
||||
.page
|
||||
.navigation
|
||||
|
|
@ -91,7 +91,7 @@ impl Client {
|
|||
status.set_description(Some(&format!(
|
||||
"Scheme `{scheme}` yet not supported"
|
||||
)));
|
||||
subject.page.title.replace(status.title());
|
||||
subject.tab_page.set_title(&status.title());
|
||||
subject
|
||||
.page
|
||||
.navigation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue