mirror of https://github.com/laurent22/joplin.git
parent
ddd513fe09
commit
4845a21287
|
@ -394,7 +394,7 @@ class MainScreenComponent extends React.Component {
|
|||
|
||||
headerItems.push({
|
||||
title: _('New notebook'),
|
||||
iconName: 'fa-folder-o',
|
||||
iconName: 'fa-book',
|
||||
onClick: () => { this.doCommand({ name: 'newNotebook' }) },
|
||||
});
|
||||
|
||||
|
|
|
@ -1373,7 +1373,7 @@ class NoteTextComponent extends React.Component {
|
|||
if (note && this.state.folder && ['Search', 'Tag'].includes(this.props.notesParentType)) {
|
||||
toolbarItems.push({
|
||||
title: _('In: %s', this.state.folder.title),
|
||||
iconName: 'fa-folder-o',
|
||||
iconName: 'fa-book',
|
||||
enabled: false,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue