mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
resolve relative links
This commit is contained in:
parent
e8e46a6217
commit
1c5a8d58f0
9 changed files with 28 additions and 23 deletions
|
|
@ -4,6 +4,7 @@
|
|||
using namespace app::browser::main::tab::page::content::text;
|
||||
|
||||
Gemini::Gemini(
|
||||
const Glib::ustring & REQUEST,
|
||||
const Glib::ustring & GEMTEXT,
|
||||
Glib::ustring & title
|
||||
) : Gtk::Viewport( // add scrolled window features to childs
|
||||
|
|
@ -17,6 +18,7 @@ Gemini::Gemini(
|
|||
|
||||
set_child(
|
||||
* Gtk::make_managed<gemini::Reader>(
|
||||
REQUEST,
|
||||
GEMTEXT,
|
||||
title
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue