From 6d38fd8cbce8e9b1e3cf551b079c253e494cbb73 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 25 Jan 2024 23:17:47 +0100 Subject: [PATCH] use notification --- src/main/pkg_mng/commands/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/pkg_mng/commands/update.js b/src/main/pkg_mng/commands/update.js index 0437592..3ba0a97 100644 --- a/src/main/pkg_mng/commands/update.js +++ b/src/main/pkg_mng/commands/update.js @@ -88,7 +88,7 @@ export default async function update(pkg_id) { status: "installed", }) - sendToRender(`new:message`, { + sendToRender(`new:notification`, { message: `(${pkg.name}) successfully updated!`, })