chore: updated plugins

This commit is contained in:
saberzero1
2026-03-14 22:07:09 +01:00
parent 341b8b3779
commit b0724bf99d
2 changed files with 92 additions and 86 deletions

View File

@@ -343,7 +343,10 @@ export async function handlePluginInstall() {
return ok
})
for (const ok of results) {
if (!ok) { failed++; installed-- }
if (!ok) {
failed++
installed--
}
}
}
@@ -881,7 +884,10 @@ export async function handlePluginRestore() {
return ok
})
for (const ok of results) {
if (!ok) { failed++; installed-- }
if (!ok) {
failed++
installed--
}
}
await regeneratePluginIndex()
}