mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-28 12:04:13 +00:00
use cloned pointer
This commit is contained in:
parent
419813288a
commit
a3ceef5dcb
@ -82,11 +82,11 @@ impl Page {
|
||||
}
|
||||
"gemini" => {
|
||||
// Update
|
||||
self.meta.borrow_mut().title = GString::from("Connect");
|
||||
//self.meta.borrow_mut().description = uri.host();
|
||||
self.meta.borrow_mut().progress_fraction = 0.25;
|
||||
meta.borrow_mut().title = GString::from("Connect");
|
||||
//meta.borrow_mut().description = uri.host();
|
||||
meta.borrow_mut().progress_fraction = 0.25;
|
||||
|
||||
let _ = self.widget.activate_action("win.update", None);
|
||||
let _ = widget.activate_action("win.update", None);
|
||||
|
||||
// Create new connection
|
||||
let client = SocketClient::new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user