You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Added search page
This commit is contained in:
@@ -130,8 +130,6 @@ class SideMenuContentComponent extends Component {
|
||||
|
||||
if (items.length) items.push(<View style={{ height: 30, flex: -1 }} key='divider_1'></View>); // DIVIDER
|
||||
|
||||
const syncTitle = this.props.syncStarted ? _('Cancel sync') : _('Synchronize');
|
||||
|
||||
let lines = Synchronizer.reportToLines(this.props.syncReport);
|
||||
const syncReportText = lines.join("\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user