removed app settings additions
This commit is contained in:
parent
8606e53384
commit
7a8711ccac
|
@ -57,7 +57,6 @@ const mapStateToProps = state => ({
|
|||
layout: state.getIn(['local_settings', 'layout']),
|
||||
isWide: state.getIn(['local_settings', 'stretch']),
|
||||
navbarUnder: state.getIn(['local_settings', 'navbar_under']),
|
||||
favouriteModal: state.getIn(['local_settings', 'favourite_modal']),
|
||||
});
|
||||
|
||||
const keyMap = {
|
||||
|
@ -104,7 +103,6 @@ export default class UI extends React.Component {
|
|||
isWide: PropTypes.bool,
|
||||
systemFontUi: PropTypes.bool,
|
||||
navbarUnder: PropTypes.bool,
|
||||
favouriteModal: PropTypes.bool,
|
||||
isComposing: PropTypes.bool,
|
||||
hasComposingText: PropTypes.bool,
|
||||
location: PropTypes.object,
|
||||
|
|
|
@ -9,7 +9,6 @@ const initialState = ImmutableMap({
|
|||
layout : 'auto',
|
||||
stretch : true,
|
||||
navbar_under : false,
|
||||
favourite_modal : false,
|
||||
side_arm : 'none',
|
||||
collapsed : ImmutableMap({
|
||||
enabled : true,
|
||||
|
|
Loading…
Reference in New Issue