Add high color privacy icons

Fixes #1015
This commit is contained in:
Thibaut Girka
2019-04-27 17:41:49 +02:00
committed by ThibG
parent be6ef1947e
commit ac54292d69
4 changed files with 34 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ const mapStateToProps = state => ({
dropdownMenuIsOpen: state.getIn(['dropdown_menu', 'openId']) !== null,
unreadNotifications: state.getIn(['notifications', 'unread']),
showFaviconBadge: state.getIn(['local_settings', 'notifications', 'favicon_badge']),
hicolorPrivacyIcons: state.getIn(['local_settings', 'hicolor_privacy_icons']),
});
const keyMap = {
@@ -446,6 +447,7 @@ export default class UI extends React.Component {
'wide': isWide,
'system-font': this.props.systemFontUi,
'navbar-under': navbarUnder,
'hicolor-privacy-icons': this.props.hicolorPrivacyIcons,
});
const handlers = {