mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
update comments
This commit is contained in:
parent
70df09855e
commit
da46928dfd
@ -83,7 +83,6 @@ impl Page {
|
|||||||
input.gobject(),
|
input.gobject(),
|
||||||
);
|
);
|
||||||
|
|
||||||
// Init async mutable Meta object
|
|
||||||
let meta = Meta::new_arc(Status::New, gformat!("New page"));
|
let meta = Meta::new_arc(Status::New, gformat!("New page"));
|
||||||
|
|
||||||
// Init events
|
// Init events
|
||||||
@ -94,7 +93,7 @@ impl Page {
|
|||||||
// Update request
|
// Update request
|
||||||
navigation.set_request_text(
|
navigation.set_request_text(
|
||||||
request
|
request
|
||||||
.expect("Parameter required for `page.open` action")
|
.expect("Parameter required for this action")
|
||||||
.get::<String>()
|
.get::<String>()
|
||||||
.expect("Parameter does not match `String`")
|
.expect("Parameter does not match `String`")
|
||||||
.as_str(),
|
.as_str(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user