refactor(tui): group tab settings
This commit is contained in:
parent
06290907a9
commit
139c9febe4
4 changed files with 12 additions and 8 deletions
|
|
@ -94,9 +94,9 @@ export const settings: Setting[] = [
|
|||
keywords: ["transcript", "messages"],
|
||||
},
|
||||
{
|
||||
title: "Tabs",
|
||||
category: "Session",
|
||||
path: ["session", "tabs"],
|
||||
title: "Enabled",
|
||||
category: "Tabs",
|
||||
path: ["tabs", "enabled"],
|
||||
default: false,
|
||||
values: [false, true],
|
||||
labels: ["off", "on"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue