1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-12 05:38:12 +09:00

resolve conflict of preferences-registry #8511

This commit is contained in:
tamaina 2022-04-28 03:14:41 +00:00
parent c28758ee17
commit b3ccfa8671

View File

@ -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',