mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
This commit is contained in:
parent
4d5b1ce5fd
commit
5aa29d38ef
@ -411,7 +411,7 @@ const SideMenuContentComponent = (props: Props) => {
|
|||||||
const renderFolderIcon = (folderId: string, folderIcon: FolderIcon) => {
|
const renderFolderIcon = (folderId: string, folderIcon: FolderIcon) => {
|
||||||
if (!folderIcon) {
|
if (!folderIcon) {
|
||||||
if (folderId === getTrashFolderId()) {
|
if (folderId === getTrashFolderId()) {
|
||||||
folderIcon = getTrashFolderIcon(FolderIconType.Emoji);
|
folderIcon = getTrashFolderIcon(FolderIconType.FontAwesome);
|
||||||
} else if (alwaysShowFolderIcons) {
|
} else if (alwaysShowFolderIcons) {
|
||||||
return <IonIcon name="folder-outline" style={styles_.folderBaseIcon} />;
|
return <IonIcon name="folder-outline" style={styles_.folderBaseIcon} />;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user