You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	This commit is contained in:
		| @@ -411,7 +411,7 @@ const SideMenuContentComponent = (props: Props) => { | ||||
| 	const renderFolderIcon = (folderId: string, folderIcon: FolderIcon) => { | ||||
| 		if (!folderIcon) { | ||||
| 			if (folderId === getTrashFolderId()) { | ||||
| 				folderIcon = getTrashFolderIcon(FolderIconType.Emoji); | ||||
| 				folderIcon = getTrashFolderIcon(FolderIconType.FontAwesome); | ||||
| 			} else if (alwaysShowFolderIcons) { | ||||
| 				return <IonIcon name="folder-outline" style={styles_.folderBaseIcon} />; | ||||
| 			} else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user