moved locales to glitch, created add settings entry
This commit is contained in:
@ -57,6 +57,7 @@ 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 = {
|
||||
@ -103,6 +104,7 @@ 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,
|
||||
|
Reference in New Issue
Block a user