mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename markup widget to reader
This commit is contained in:
parent
712d1801d8
commit
e26c4c906c
8 changed files with 27 additions and 27 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "gemini.hpp"
|
||||
#include "gemini/markup.hpp"
|
||||
#include "gemini/reader.hpp"
|
||||
|
||||
using namespace app::browser::main::tab::page::content::text;
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ Gemini::Gemini(
|
|||
);
|
||||
|
||||
set_child(
|
||||
* Gtk::make_managed<gemini::Markup>(
|
||||
* Gtk::make_managed<gemini::Reader>(
|
||||
GEMTEXT
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue