update content container init by type

This commit is contained in:
yggverse 2024-09-13 11:26:41 +03:00
parent d5ce67fbec
commit afa4261b0e
7 changed files with 131 additions and 75 deletions

View file

@ -319,7 +319,8 @@ void Page::navigation_reload(
progress_fraction = 1;
// Set content driver
pageContent->set_text_gemini( // @TODO
pageContent->update(
page::Content::MIME::TEXT_GEMINI,
buffer
);