Make unrenote button danger
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user