terminal: Persist pinned tabs in terminal (#31921)
Closes #31098 Release Notes: - Fixed terminal pinned tab state not persisting across restarts.
This commit is contained in:
parent
3f90bc81bd
commit
f1aab1120d
4 changed files with 19 additions and 4 deletions
|
@ -3761,6 +3761,7 @@ impl Workspace {
|
|||
}
|
||||
cx.notify();
|
||||
}
|
||||
pane::Event::ItemPinned | pane::Event::ItemUnpinned => {}
|
||||
}
|
||||
|
||||
if serialize_workspace {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue