fix: actually update extensions

This commit is contained in:
ThaUnknown 2025-07-21 21:20:38 +02:00
parent 9f28b570d5
commit 199dd66c8b
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ui",
"version": "6.4.75",
"version": "6.4.76",
"license": "BUSL-1.1",
"private": true,
"packageManager": "pnpm@9.15.5",

View file

@ -184,6 +184,7 @@ export const storage = new class Storage {
delete this.workers[id]
}
}
saved.set(newconfig)
this.modules = this.load(newconfig)
}
}