mirror of https://github.com/laurent22/joplin.git
Mobile: Remove search and side menu button from config screen
parent
86e7daaec4
commit
4779fc6f43
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue