1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Mobile: Remove search and side menu button from config screen

This commit is contained in:
Laurent Cozic 2019-07-11 18:26:04 +01:00
parent 86e7daaec4
commit 4779fc6f43

View File

@ -422,6 +422,8 @@ class ConfigScreenComponent extends BaseScreenComponent {
<ScreenHeader
title={_('Configuration')}
showSaveButton={true}
showSearchButton={false}
showSideMenuButton={false}
saveButtonDisabled={!this.state.changedSettingKeys.length}
onSaveButtonPress={this.saveButton_press}
/>