devlog: auto hide tab bar
This commit is contained in:
parent
e610d82b2f
commit
3def81cb5f
1 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,14 @@ them.
|
|||
You can [subscribe to this page via RSS]($link.page('devlog').alternative('rss')) and find more
|
||||
devlog entries in the [archive](/devlog/).
|
||||
|
||||
## [auto hide tab bar]($section.id("2025-08-03T21:16:43+02:00"))
|
||||
|
||||
The tabs widget will now only be shown when more than one tab is open. This can
|
||||
be configured with an integer parameter on the tabs widget. For example:
|
||||
`tabs:2` => show the tab bar when there are two or more tabs (this is the
|
||||
default), `tabs:0` => always show the tab bar.
|
||||
|
||||
|
||||
## [smarter insert line functions]($section.id("2025-08-01T16:48:44+02:00"))
|
||||
|
||||
Today's feature of the day is a small quality-of-life fix. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue