mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-26 12:55:16 -07:00
Overlay 2.0 (#12)
This commit is contained in:
@@ -6,7 +6,7 @@ test('overlay shortcuts runtime main deps builder maps lifecycle and action call
|
||||
const calls: string[] = [];
|
||||
let shortcutsRegistered = false;
|
||||
const deps = createBuildOverlayShortcutsRuntimeMainDepsHandler({
|
||||
getConfiguredShortcuts: () => ({ copySubtitle: 's' } as never),
|
||||
getConfiguredShortcuts: () => ({ copySubtitle: 's' }) as never,
|
||||
getShortcutsRegistered: () => shortcutsRegistered,
|
||||
setShortcutsRegistered: (registered) => {
|
||||
shortcutsRegistered = registered;
|
||||
|
||||
Reference in New Issue
Block a user