Apply remaining working-tree updates

This commit is contained in:
2026-02-14 00:36:01 -08:00
parent 9b24e09d48
commit 14acb09b89
40 changed files with 1001 additions and 607 deletions

View File

@@ -629,7 +629,7 @@ export interface ElectronAPI {
) => void;
onOpenRuntimeOptions: (callback: () => void) => void;
onOpenJimaku: (callback: () => void) => void;
notifyOverlayModalClosed: (modal: "runtime-options" | "subsync") => void;
notifyOverlayModalClosed: (modal: "runtime-options" | "subsync" | "jimaku") => void;
reportOverlayContentBounds: (measurement: OverlayContentMeasurement) => void;
}