mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
use tuple for item options (todo struct)
This commit is contained in:
parent
89d0d13c42
commit
f6d015c8c1
2 changed files with 9 additions and 18 deletions
|
|
@ -112,12 +112,8 @@ impl Tab {
|
|||
self.widget.gobject(),
|
||||
self.browser_action.clone(),
|
||||
self.window_action.clone(),
|
||||
// Options
|
||||
position,
|
||||
request,
|
||||
is_pinned,
|
||||
is_selected,
|
||||
is_load,
|
||||
// Options tuple
|
||||
(position, request, is_pinned, is_selected, is_load),
|
||||
));
|
||||
|
||||
// Register dynamically created tab components in the HashMap index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue