mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-28 20:14:13 +00:00
use global namespace
This commit is contained in:
parent
7ab1928cbc
commit
bfbe2a930d
@ -1,4 +1,8 @@
|
||||
use super::{Feature, Page};
|
||||
use ggemini::client::{
|
||||
connection::response::{data::Text, meta::Status},
|
||||
Request,
|
||||
};
|
||||
use gtk::glib::{GString, UriFlags};
|
||||
use gtk::prelude::{EditableExt, FileExt};
|
||||
use gtk::{
|
||||
@ -63,8 +67,6 @@ impl Gemini {
|
||||
// Actions
|
||||
|
||||
pub fn handle(&self, uri: Uri, feature: Feature, cancellable: Cancellable, is_history: bool) {
|
||||
use ggemini::client::connection::response::{data::Text, meta::Status};
|
||||
|
||||
// Move focus out from navigation entry
|
||||
self.page
|
||||
.browser_action
|
||||
@ -101,7 +103,7 @@ impl Gemini {
|
||||
}
|
||||
|
||||
self.client.request_async(
|
||||
ggemini::client::Request::gemini(uri.clone()),
|
||||
Request::gemini(uri.clone()),
|
||||
Priority::DEFAULT,
|
||||
cancellable.clone(),
|
||||
// Search for user certificate match request
|
||||
|
Loading…
x
Reference in New Issue
Block a user