Complete runtime service follow-ups and invisible subtitle edit mode

This commit is contained in:
2026-02-10 19:48:23 -08:00
parent 19e06a8b52
commit 410ccb163c
35 changed files with 1293 additions and 461 deletions

View File

@@ -60,6 +60,8 @@ export interface WindowGeometry {
export interface SubtitlePosition {
yPercent: number;
invisibleOffsetXPx?: number;
invisibleOffsetYPx?: number;
}
export interface SubtitleStyle {