From 57636500362f5e8831c69a00e8a19252f24ba0b5 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sat, 21 Mar 2026 23:11:21 -0700 Subject: [PATCH] chore: regenerate release config example artifacts --- config.example.jsonc | 2 +- docs-site/public/config.example.jsonc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.jsonc b/config.example.jsonc index 346adc7..ab7af4a 100644 --- a/config.example.jsonc +++ b/config.example.jsonc @@ -292,7 +292,7 @@ "subtitleSidebar": { "enabled": false, // Enable the subtitle sidebar feature for parsed subtitle sources. Values: true | false "autoOpen": false, // Automatically open the subtitle sidebar once during overlay startup. Values: true | false - "layout": "overlay", // Render the subtitle sidebar as a floating overlay or reserve space inside mpv. + "layout": "overlay", // Render the subtitle sidebar as a floating overlay or reserve space inside mpv. Values: overlay | embedded "toggleKey": "Backslash", // KeyboardEvent.code used to toggle the subtitle sidebar open and closed. "pauseVideoOnHover": false, // Pause mpv while hovering the subtitle sidebar, then resume on leave. Values: true | false "autoScroll": true, // Auto-scroll the active subtitle cue into view while playback advances. Values: true | false diff --git a/docs-site/public/config.example.jsonc b/docs-site/public/config.example.jsonc index 346adc7..ab7af4a 100644 --- a/docs-site/public/config.example.jsonc +++ b/docs-site/public/config.example.jsonc @@ -292,7 +292,7 @@ "subtitleSidebar": { "enabled": false, // Enable the subtitle sidebar feature for parsed subtitle sources. Values: true | false "autoOpen": false, // Automatically open the subtitle sidebar once during overlay startup. Values: true | false - "layout": "overlay", // Render the subtitle sidebar as a floating overlay or reserve space inside mpv. + "layout": "overlay", // Render the subtitle sidebar as a floating overlay or reserve space inside mpv. Values: overlay | embedded "toggleKey": "Backslash", // KeyboardEvent.code used to toggle the subtitle sidebar open and closed. "pauseVideoOnHover": false, // Pause mpv while hovering the subtitle sidebar, then resume on leave. Values: true | false "autoScroll": true, // Auto-scroll the active subtitle cue into view while playback advances. Values: true | false