mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
Clean up
This commit is contained in:
parent
4edf2c0c94
commit
eaff9cd247
1 changed files with 0 additions and 10 deletions
|
@ -105,16 +105,6 @@ export default Vue.extend({
|
||||||
text: this.$t('delete'),
|
text: this.$t('delete'),
|
||||||
icon: faTrashAlt,
|
icon: faTrashAlt,
|
||||||
action: this.deleteFile
|
action: this.deleteFile
|
||||||
}, null, {
|
|
||||||
type: 'nest',
|
|
||||||
text: this.$t('contextmenu.else-files'),
|
|
||||||
menu: [{
|
|
||||||
text: this.$t('contextmenu.set-as-avatar'),
|
|
||||||
action: this.setAsAvatar
|
|
||||||
}, {
|
|
||||||
text: this.$t('contextmenu.set-as-banner'),
|
|
||||||
action: this.setAsBanner
|
|
||||||
}]
|
|
||||||
}],
|
}],
|
||||||
source: ev.currentTarget || ev.target,
|
source: ev.currentTarget || ev.target,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue