aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/Sidebar.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-18 10:58:02 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-18 10:58:02 +0200
commitcf6233586eff4b532df4f9489b3f2b4b27012ffa (patch)
treeb199d997fa69843fa5e320cde7a97c30a4bafa6f /src/components/layout/Sidebar.js
parentAdd toggle to disable dark mode on per-service basis (diff)
downloadferdium-app-cf6233586eff4b532df4f9489b3f2b4b27012ffa.tar.gz
ferdium-app-cf6233586eff4b532df4f9489b3f2b4b27012ffa.tar.zst
ferdium-app-cf6233586eff4b532df4f9489b3f2b4b27012ffa.zip
Implement #129
Diffstat (limited to 'src/components/layout/Sidebar.js')
-rw-r--r--src/components/layout/Sidebar.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/layout/Sidebar.js b/src/components/layout/Sidebar.js
index d0cae3443..a7f8696c3 100644
--- a/src/components/layout/Sidebar.js
+++ b/src/components/layout/Sidebar.js
@@ -201,6 +201,12 @@ export default @inject('stores', 'actions') @observer class Sidebar extends Comp
201 data-tip={`${intl.formatMessage(messages.settings)} (${ctrlKey}+,)`} 201 data-tip={`${intl.formatMessage(messages.settings)} (${ctrlKey}+,)`}
202 > 202 >
203 <i className="mdi mdi-settings" /> 203 <i className="mdi mdi-settings" />
204 { (this.props.stores.app.updateStatus === this.props.stores.app.updateStatusTypes.AVAILABLE ||
205 this.props.stores.app.updateStatus === this.props.stores.app.updateStatusTypes.DOWNLOADED) && (
206 <span className="update-availible">
207
208 </span>
209 ) }
204 </button> 210 </button>
205 {this.state.tooltipEnabled && ( 211 {this.state.tooltipEnabled && (
206 <ReactTooltip place="right" type="dark" effect="solid" /> 212 <ReactTooltip place="right" type="dark" effect="solid" />