Hide Unimplemented button
This commit is contained in:
		| @@ -99,7 +99,7 @@ export default Vue.extend({ | ||||
| 					text: '%i18n:@contextmenu.set-as-banner%', | ||||
| 					action: this.setAsBanner | ||||
| 				}] | ||||
| 			}, { | ||||
| 			}, /*{ | ||||
| 				type: 'nest', | ||||
| 				text: '%i18n:@contextmenu.open-in-app%', | ||||
| 				menu: [{ | ||||
| @@ -107,7 +107,7 @@ export default Vue.extend({ | ||||
| 					text: '%i18n:@contextmenu.add-app%...', | ||||
| 					action: this.addApp | ||||
| 				}] | ||||
| 			}], { | ||||
| 			}*/], { | ||||
| 					closed: () => { | ||||
| 						this.isContextmenuShowing = false; | ||||
| 					} | ||||
|   | ||||
| @@ -67,12 +67,12 @@ export default Vue.extend({ | ||||
| 				text: '%i18n:@contextmenu.rename%', | ||||
| 				icon: '%fa:i-cursor%', | ||||
| 				action: this.rename | ||||
| 			}, null, { | ||||
| 			}/*, null, { | ||||
| 				type: 'item', | ||||
| 				text: '%i18n:common.delete%', | ||||
| 				icon: '%fa:R trash-alt%', | ||||
| 				action: this.deleteFolder | ||||
| 			}], { | ||||
| 			}*/], { | ||||
| 					closed: () => { | ||||
| 						this.isContextmenuShowing = false; | ||||
| 					} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aya Morisawa
					Aya Morisawa