From 650c5eb66ab83d0e97d39ab2deaa41c9345496ab Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 5 Sep 2026 16:22:01 +0000 Subject: [PATCH] fix(cuesheet): keep original "Hide seconds in table" option label Revert the label rename from the previous commit; only the behavior scope changes (time tags only), not the option's display name. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01SoUSFVFdmMQN5Ro86pRvBQ --- .../cuesheet-table-settings/CuesheetTableHeaderToolbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/views/cuesheet/cuesheet-table/cuesheet-table-settings/CuesheetTableHeaderToolbar.tsx b/apps/client/src/views/cuesheet/cuesheet-table/cuesheet-table-settings/CuesheetTableHeaderToolbar.tsx index 501469726..bb62f3aad 100644 --- a/apps/client/src/views/cuesheet/cuesheet-table/cuesheet-table-settings/CuesheetTableHeaderToolbar.tsx +++ b/apps/client/src/views/cuesheet/cuesheet-table/cuesheet-table-settings/CuesheetTableHeaderToolbar.tsx @@ -140,7 +140,7 @@ function ViewSettings({ optionsStore }: ViewSettingsProps) { defaultChecked={optionsStore.hideTableSeconds} onCheckedChange={(checked) => optionsStore.setOption('hideTableSeconds', checked)} /> - Hide seconds in time tags + Hide seconds in table