mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-24 01:54:19 +00:00
rename uri
mod to search
This commit is contained in:
parent
254bf30ca0
commit
8f55c2c362
@ -1,4 +1,4 @@
|
||||
mod uri;
|
||||
mod search;
|
||||
|
||||
// Global dependencies
|
||||
use gtk::glib::{Uri, UriFlags};
|
||||
@ -23,7 +23,7 @@ impl Request {
|
||||
// Search request if the request could not be parsed as the valid [URI](https://docs.gtk.org/glib/struct.Uri.html)
|
||||
// * @TODO implement DNS resolver lookup before assign this option
|
||||
Err(_) => Self::Gemini {
|
||||
uri: uri::tgls(request),
|
||||
uri: search::tgls(request),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user