MCPcopy Create free account
hub / github.com/Recordscript/recordscript / update_is_translate

Function update_is_translate

src/App.tsx:417–423  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

415 }
416
417 async function update_is_translate(value: boolean) {
418 let config = general_config()!;
419
420 config.translate = value;
421
422 set_general_config(config);
423 }
424
425 async function update_save_to_path() {
426 let result = await dialog.open({

Callers 1

Calls 1

set_general_configFunction · 0.70

Tested by

no test coverage detected