mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-03 23:14:13 +00:00
remove extra conversion
This commit is contained in:
parent
2962049926
commit
63b6776d5f
@ -234,14 +234,14 @@ impl Page {
|
|||||||
"titan" => {
|
"titan" => {
|
||||||
// Format response
|
// Format response
|
||||||
let status = Status::Input;
|
let status = Status::Input;
|
||||||
let title = gformat!("Titan input");
|
let title = "Titan input";
|
||||||
|
|
||||||
// Toggle input form
|
// Toggle input form
|
||||||
self.input
|
self.input
|
||||||
.set_new_titan(&self.tab_action, &uri, Some(&title));
|
.set_new_titan(&self.tab_action, &uri, Some(title));
|
||||||
|
|
||||||
// Update meta
|
// Update meta
|
||||||
self.meta.set_status(status).set_title(&title);
|
self.meta.set_status(status).set_title(title);
|
||||||
|
|
||||||
// Update page
|
// Update page
|
||||||
self.browser_action.update.activate(Some(&self.id));
|
self.browser_action.update.activate(Some(&self.id));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user