mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-11 22:15:35 +00:00
fix: actually update extensions
This commit is contained in:
parent
9f28b570d5
commit
199dd66c8b
2 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -184,6 +184,7 @@ export const storage = new class Storage {
|
|||
delete this.workers[id]
|
||||
}
|
||||
}
|
||||
saved.set(newconfig)
|
||||
this.modules = this.load(newconfig)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue