use notification

This commit is contained in:
SrGooglo 2024-01-25 23:17:47 +01:00
parent be5b1ca99a
commit 6d38fd8cbc

View File

@ -88,7 +88,7 @@ export default async function update(pkg_id) {
status: "installed", status: "installed",
}) })
sendToRender(`new:message`, { sendToRender(`new:notification`, {
message: `(${pkg.name}) successfully updated!`, message: `(${pkg.name}) successfully updated!`,
}) })