chore(release): prepare v0.16.0

This commit is contained in:
2026-06-10 23:05:37 -07:00
parent e2afceb492
commit 131b23efa9
24 changed files with 222 additions and 108 deletions
+3 -1
View File
@@ -93,7 +93,9 @@ test('renderer restores subtitle sidebar open state only on visible overlay laye
const sidebarRestoreIndex = indexOfRequired(
"ctx.platform.overlayLayer === 'visible' && (await window.electronAPI.getSubtitleSidebarOpen())",
);
const sidebarModalIndex = indexOfRequired('const subtitleSidebarModal = createSubtitleSidebarModal');
const sidebarModalIndex = indexOfRequired(
'const subtitleSidebarModal = createSubtitleSidebarModal',
);
assert.ok(sidebarModalIndex < sidebarRestoreIndex);
});