diff --git a/src/components/PreferencesPage.vue b/src/components/PreferencesPage.vue index d313730f..2fa2400c 100644 --- a/src/components/PreferencesPage.vue +++ b/src/components/PreferencesPage.vue @@ -575,6 +575,7 @@ export default { window.location = "/"; }, resetPreferences() { + if (!confirm(this.$t("actions.reset_preferences") + "?")) return; // clear the local storage localStorage.clear(); // redirect to the home page