Mobile: Remove search and side menu button from config screen

pull/1647/head
Laurent Cozic 2019-07-11 18:26:04 +01:00
parent 86e7daaec4
commit 4779fc6f43
1 changed files with 2 additions and 0 deletions

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}
/>