summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-19 04:12:49 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-19 04:12:49 +0900
commitfbaf5fe35512c7ca80d3f29193d80cbddab76009 (patch)
treeeaf86d2549221b648ec91a6000310a99b83f3a06 /src/client/components
parentResolve #5995 (diff)
downloadmisskey-fbaf5fe35512c7ca80d3f29193d80cbddab76009.tar.gz
misskey-fbaf5fe35512c7ca80d3f29193d80cbddab76009.tar.bz2
misskey-fbaf5fe35512c7ca80d3f29193d80cbddab76009.zip
Clean up
Diffstat (limited to 'src/client/components')
-rw-r--r--src/client/components/drive.file.vue10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/client/components/drive.file.vue b/src/client/components/drive.file.vue
index 0770241fb8..2ef3fd38e4 100644
--- a/src/client/components/drive.file.vue
+++ b/src/client/components/drive.file.vue
@@ -105,16 +105,6 @@ export default Vue.extend({
text: this.$t('delete'),
icon: faTrashAlt,
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,
});