diff --git a/src/app.js b/src/app.js index 43c94c2..c2fc427 100644 --- a/src/app.js +++ b/src/app.js @@ -97,7 +97,7 @@ async function startApp() { const updates = await fetchData('checkForUpdates') store.dispatch('setUpdateInfo', updates).catch(console.error) if (updates.updateAvailable) { - toast(i18n.t('toasts.updateAvailable'), 'browser_updated', false, 'updates-toast') + toast(i18n.t('toasts.updateAvailable'), 'browser_updated', true, 'updates-toast') } else { toast(i18n.t('toasts.noUpdateAvailable'), 'done', true, 'updates-toast') }