App restart is not a 'danger' operation

This commit is contained in:
Johannes Zellner
2025-06-01 10:18:59 +02:00
parent 2283c90da1
commit 4ae9821185
3 changed files with 9 additions and 6 deletions
+3 -2
View File
@@ -41,9 +41,10 @@ export default {
const confirmed = await this.$refs.inputDialog.confirm({
message: this.$t('filemanager.toolbar.restartApp') + '?',
confirmStyle: 'danger',
confirmStyle: 'primary',
confirmLabel: this.$t('main.dialog.yes'),
rejectLabel: this.$t('main.dialog.no')
rejectLabel: this.$t('main.dialog.no'),
rejectStyle: 'secondary',
});
if (!confirmed) return;