App update fixes (#4450)

This commit is contained in:
Jerozgen
2025-09-30 21:40:28 +03:00
committed by GitHub
parent beb1bdb31f
commit 28e9f017e3
3 changed files with 5 additions and 5 deletions

View File

@@ -282,7 +282,7 @@ async function setupApp() {
const version = await getVersion()
if (pending_update_toast_for_version === version) {
notifications.addNotification({
addNotification({
type: 'success',
title: formatMessage(messages.updateInstalledToastTitle, { version }),
text: formatMessage(messages.updateInstalledToastText),