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%',
 | 
										text: '%i18n:@contextmenu.set-as-banner%',
 | 
				
			||||||
					action: this.setAsBanner
 | 
										action: this.setAsBanner
 | 
				
			||||||
				}]
 | 
									}]
 | 
				
			||||||
			}, {
 | 
								}, /*{
 | 
				
			||||||
				type: 'nest',
 | 
									type: 'nest',
 | 
				
			||||||
				text: '%i18n:@contextmenu.open-in-app%',
 | 
									text: '%i18n:@contextmenu.open-in-app%',
 | 
				
			||||||
				menu: [{
 | 
									menu: [{
 | 
				
			||||||
| 
						 | 
					@ -107,7 +107,7 @@ export default Vue.extend({
 | 
				
			||||||
					text: '%i18n:@contextmenu.add-app%...',
 | 
										text: '%i18n:@contextmenu.add-app%...',
 | 
				
			||||||
					action: this.addApp
 | 
										action: this.addApp
 | 
				
			||||||
				}]
 | 
									}]
 | 
				
			||||||
			}], {
 | 
								}*/], {
 | 
				
			||||||
					closed: () => {
 | 
										closed: () => {
 | 
				
			||||||
						this.isContextmenuShowing = false;
 | 
											this.isContextmenuShowing = false;
 | 
				
			||||||
					}
 | 
										}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -67,12 +67,12 @@ export default Vue.extend({
 | 
				
			||||||
				text: '%i18n:@contextmenu.rename%',
 | 
									text: '%i18n:@contextmenu.rename%',
 | 
				
			||||||
				icon: '%fa:i-cursor%',
 | 
									icon: '%fa:i-cursor%',
 | 
				
			||||||
				action: this.rename
 | 
									action: this.rename
 | 
				
			||||||
			}, null, {
 | 
								}/*, null, {
 | 
				
			||||||
				type: 'item',
 | 
									type: 'item',
 | 
				
			||||||
				text: '%i18n:common.delete%',
 | 
									text: '%i18n:common.delete%',
 | 
				
			||||||
				icon: '%fa:R trash-alt%',
 | 
									icon: '%fa:R trash-alt%',
 | 
				
			||||||
				action: this.deleteFolder
 | 
									action: this.deleteFolder
 | 
				
			||||||
			}], {
 | 
								}*/], {
 | 
				
			||||||
					closed: () => {
 | 
										closed: () => {
 | 
				
			||||||
						this.isContextmenuShowing = false;
 | 
											this.isContextmenuShowing = false;
 | 
				
			||||||
					}
 | 
										}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue