mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08: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