mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-09 04:19:27 -07:00
[codex] Make Windows mpv shortcut self-contained (#40)
This commit is contained in:
@@ -47,13 +47,10 @@ test('RuntimeOptionsManager returns detached effective Anki config copies', () =
|
||||
},
|
||||
};
|
||||
|
||||
const manager = new RuntimeOptionsManager(
|
||||
() => structuredClone(baseConfig),
|
||||
{
|
||||
applyAnkiPatch: () => undefined,
|
||||
onOptionsChanged: () => undefined,
|
||||
},
|
||||
);
|
||||
const manager = new RuntimeOptionsManager(() => structuredClone(baseConfig), {
|
||||
applyAnkiPatch: () => undefined,
|
||||
onOptionsChanged: () => undefined,
|
||||
});
|
||||
|
||||
const effective = manager.getEffectiveAnkiConnectConfig();
|
||||
effective.tags!.push('mutated');
|
||||
|
||||
Reference in New Issue
Block a user