mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update comments
This commit is contained in:
parent
70df09855e
commit
da46928dfd
1 changed files with 1 additions and 2 deletions
|
|
@ -83,7 +83,6 @@ impl Page {
|
|||
input.gobject(),
|
||||
);
|
||||
|
||||
// Init async mutable Meta object
|
||||
let meta = Meta::new_arc(Status::New, gformat!("New page"));
|
||||
|
||||
// Init events
|
||||
|
|
@ -94,7 +93,7 @@ impl Page {
|
|||
// Update request
|
||||
navigation.set_request_text(
|
||||
request
|
||||
.expect("Parameter required for `page.open` action")
|
||||
.expect("Parameter required for this action")
|
||||
.get::<String>()
|
||||
.expect("Parameter does not match `String`")
|
||||
.as_str(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue