mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 11:32:56 +09:00
Make unrenote button danger
This commit is contained in:
parent
4f45185411
commit
38f8922b72
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user