commit
						a3cf63823f
					
				
					 2 changed files with 12 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue