feat(app): add draft tab support to tabs store (#31343)
This commit is contained in:
parent
161247c70d
commit
f565ff3c09
4 changed files with 100 additions and 5 deletions
|
|
@ -447,6 +447,8 @@ export function Titlebar(props: { update?: TitlebarUpdate }) {
|
|||
refreshTabsAreOverflowing()
|
||||
})
|
||||
|
||||
if (tab.type !== "session") return null
|
||||
|
||||
return (
|
||||
<>
|
||||
{i() !== 0 && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue