1
0

Remove successful update notif, is unnecessary and a bit broken (#4487)

This commit is contained in:
Prospector
2025-10-04 10:22:32 -07:00
committed by GitHub
parent 98269842f3
commit 92e91a0606

View File

@@ -279,16 +279,6 @@ async function setupApp() {
const settings = await getSettings()
settings.pending_update_toast_for_version = null
await setSettings(settings)
const version = await getVersion()
if (pending_update_toast_for_version === version) {
addNotification({
type: 'success',
title: formatMessage(messages.updateInstalledToastTitle, { version }),
text: formatMessage(messages.updateInstalledToastText),
clickAction: () => openUrl('https://modrinth.com/news/changelog?filter=app'),
})
}
}
if (osType === 'windows') {