mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
implement tab pin status on session save/restore
This commit is contained in:
parent
fb8ef48917
commit
50f56c68f4
4 changed files with 26 additions and 3 deletions
|
|
@ -91,6 +91,7 @@ impl Tab {
|
|||
self.action_tab_page_navigation_reload.clone(),
|
||||
self.action_update.clone(),
|
||||
// Options
|
||||
false,
|
||||
true,
|
||||
);
|
||||
|
||||
|
|
@ -246,6 +247,7 @@ impl Tab {
|
|||
transaction,
|
||||
&id,
|
||||
&self.widget.gobject().page_position(item.gobject()),
|
||||
&item.gobject().is_pinned(),
|
||||
&item.gobject().is_selected(),
|
||||
)?;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue