rename actions

This commit is contained in:
yggverse 2024-11-01 03:09:09 +02:00
parent 2d08e8386d
commit 313122e5c3
26 changed files with 274 additions and 290 deletions

View file

@ -22,11 +22,11 @@ impl Text {
pub fn gemini(
gemtext: &str,
base: &Uri,
action_tab_append: SimpleAction,
action_page_new: SimpleAction,
action_page_open: SimpleAction,
) -> Self {
// Init components
let gemini = Gemini::new(gemtext, base, action_tab_append, action_page_open);
let gemini = Gemini::new(gemtext, base, action_page_new, action_page_open);
// Init meta
let meta = Meta {