feat(app): add draft tab support to tabs store (#31343)

This commit is contained in:
Brendan Allan 2026-06-09 10:49:18 +08:00 committed by GitHub
commit f565ff3c09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 100 additions and 5 deletions

View file

@ -447,6 +447,8 @@ export function Titlebar(props: { update?: TitlebarUpdate }) {
refreshTabsAreOverflowing()
})
if (tab.type !== "session") return null
return (
<>
{i() !== 0 && (