mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
use tuple for actions
This commit is contained in:
parent
0cf4206ebc
commit
8917d14908
4 changed files with 8 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue