From 7d4c5352333296500af678cf58589c96e74b2212 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 18 Oct 2020 10:38:35 +0900 Subject: [PATCH] Make unrenote button danger --- src/client/components/note.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/components/note.vue b/src/client/components/note.vue index b2cc5cce2..cb364a04c 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -708,6 +708,7 @@ export default defineComponent({ os.modalMenu([{ text: this.$t('unrenote'), icon: faTrashAlt, + danger: true, action: () => { os.api('notes/delete', { noteId: this.note.id