use tuple for actions

This commit is contained in:
yggverse 2024-11-11 15:14:32 +02:00
parent 0cf4206ebc
commit 8917d14908
4 changed files with 8 additions and 25 deletions

View file

@ -85,8 +85,7 @@ impl Content {
let text = Text::gemini(
data,
base,
self.window_action.clone(),
self.tab_action.clone(),
(self.window_action.clone(), self.tab_action.clone()),
);
self.gobject.append(text.gobject());
text