Merge beta into release #21

Merged
didirus merged 276 commits from beta into release 2025-11-01 13:04:25 +00:00
Showing only changes of commit 92e91a0606 - Show all commits
-10
View File
@@ -279,16 +279,6 @@ async function setupApp() {
const settings = await getSettings() const settings = await getSettings()
settings.pending_update_toast_for_version = null settings.pending_update_toast_for_version = null
await setSettings(settings) 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') { if (osType === 'windows') {