mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
redirect to gemini:// on scheme not provided
This commit is contained in:
parent
09542c5134
commit
a064778d68
3 changed files with 46 additions and 3 deletions
|
|
@ -42,6 +42,11 @@ namespace app::browser::main::tab::page
|
|||
// Actions
|
||||
void refresh();
|
||||
|
||||
// Setters
|
||||
void set_request(
|
||||
const std::string value
|
||||
);
|
||||
|
||||
// Getters
|
||||
Glib::ustring get_request();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue