mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft text container
This commit is contained in:
parent
3bfacf7ea9
commit
bbc1046c2a
10 changed files with 72 additions and 20 deletions
|
|
@ -3,7 +3,7 @@
|
|||
using namespace app::browser::main::tab::page::content::text;
|
||||
|
||||
Gemini::Gemini(
|
||||
const Glib::ustring & gemtext
|
||||
const Glib::ustring & GEMTEXT
|
||||
) {
|
||||
set_wrap(
|
||||
true
|
||||
|
|
@ -14,6 +14,6 @@ Gemini::Gemini(
|
|||
);
|
||||
|
||||
set_markup(
|
||||
gemtext // @TODO
|
||||
GEMTEXT // @TODO
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue