From 09b112f25f2f98f84a9da6dd94ed4b596d780b9e Mon Sep 17 00:00:00 2001 From: sudacode Date: Sat, 21 Mar 2026 19:45:09 -0700 Subject: [PATCH] ci: trigger rerun --- config.example.jsonc | 1 + docs-site/public/config.example.jsonc | 1 + 2 files changed, 2 insertions(+) diff --git a/config.example.jsonc b/config.example.jsonc index 6fbe805..346adc7 100644 --- a/config.example.jsonc +++ b/config.example.jsonc @@ -291,6 +291,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. "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 diff --git a/docs-site/public/config.example.jsonc b/docs-site/public/config.example.jsonc index 6fbe805..346adc7 100644 --- a/docs-site/public/config.example.jsonc +++ b/docs-site/public/config.example.jsonc @@ -291,6 +291,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. "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