mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	improvements
This commit is contained in:
		| @@ -38,7 +38,7 @@ const TPL = ` | ||||
|  | ||||
| export default class NoteActionsWidget extends NoteContextAwareWidget { | ||||
|     isEnabled() { | ||||
|         return !this.note?.isLaunchBarConfig(); | ||||
|         return this.note?.type !== 'launcher'; | ||||
|     } | ||||
|  | ||||
|     doRender() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user