mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove extra members
This commit is contained in:
parent
f31dc84fe6
commit
2a0b9f194f
3 changed files with 83 additions and 111 deletions
|
|
@ -10,20 +10,15 @@ Gemini::Gemini(
|
|||
NULL,
|
||||
NULL
|
||||
) {
|
||||
// Init components
|
||||
auto geminiReader = Gtk::make_managed<gemini::Reader>(
|
||||
GEMTEXT
|
||||
);
|
||||
|
||||
// Grab title
|
||||
title = geminiReader->get_title();
|
||||
|
||||
// Init widget
|
||||
set_scroll_to_focus(
|
||||
false
|
||||
);
|
||||
|
||||
set_child(
|
||||
* geminiReader
|
||||
* Gtk::make_managed<gemini::Reader>(
|
||||
GEMTEXT,
|
||||
title
|
||||
)
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue