mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15: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
|
|
@ -99,7 +99,18 @@ void Navbar::refresh()
|
|||
);
|
||||
}
|
||||
|
||||
// Public getters
|
||||
// Setters
|
||||
void Navbar::set_request(
|
||||
const std::string value
|
||||
) {
|
||||
request->set_text(
|
||||
value
|
||||
);
|
||||
|
||||
// refresh(); not wanted as on change listener do same @TODO
|
||||
}
|
||||
|
||||
// Getters
|
||||
Glib::ustring Navbar::get_request()
|
||||
{
|
||||
return request->get_text();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue