Skip to content
Snippets Groups Projects
Commit b3ccfa86 authored by tamaina's avatar tamaina
Browse files

resolve conflict of preferences-registry #8511

parent c28758ee
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ function loadFile() {
async function applyRegistry(id: string) {
if (!registries) return;
const registry = registries[id];
const registry = structuredClone(registries[id]);
const { canceled: cancel1 } = await os.confirm({
type: 'warning',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment