refactor(tui): group tab settings

This commit is contained in:
Dax Raad 2026-07-28 21:23:53 -04:00
commit 139c9febe4
4 changed files with 12 additions and 8 deletions

View file

@ -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"],