commit
						a3cf63823f
					
				|  | @ -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,11 +107,11 @@ export default Vue.extend({ | |||
| 					text: '%i18n:@contextmenu.add-app%...', | ||||
| 					action: this.addApp | ||||
| 				}] | ||||
| 			}], { | ||||
| 				closed: () => { | ||||
| 					this.isContextmenuShowing = false; | ||||
| 				} | ||||
| 			}); | ||||
| 			}*/], { | ||||
| 					closed: () => { | ||||
| 						this.isContextmenuShowing = false; | ||||
| 					} | ||||
| 				}); | ||||
| 		}, | ||||
| 
 | ||||
| 		onDragstart(e) { | ||||
|  |  | |||
|  | @ -67,16 +67,16 @@ 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; | ||||
| 				} | ||||
| 			}); | ||||
| 			}*/], { | ||||
| 					closed: () => { | ||||
| 						this.isContextmenuShowing = false; | ||||
| 					} | ||||
| 				}); | ||||
| 		}, | ||||
| 
 | ||||
| 		onMouseover() { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue