mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 03:29:02 +01:00 
			
		
		
		
	Remove period from left pane toggle tooltip
This commit is contained in:
		
							parent
							
								
									ef49d20470
								
							
						
					
					
						commit
						d1a763feef
					
				| @ -11,8 +11,8 @@ export default class LeftPaneToggleWidget extends ButtonWidget { | |||||||
|             : "bx-chevrons-right"; |             : "bx-chevrons-right"; | ||||||
| 
 | 
 | ||||||
|         this.settings.title = isLeftPaneVisible |         this.settings.title = isLeftPaneVisible | ||||||
|             ? "Hide panel." |             ? "Hide panel" | ||||||
|             : "Open panel."; |             : "Open panel"; | ||||||
| 
 | 
 | ||||||
|         this.settings.command = isLeftPaneVisible |         this.settings.command = isLeftPaneVisible | ||||||
|             ? "hideLeftPane" |             ? "hideLeftPane" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Michael Redman
						Michael Redman