aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-10-18 11:32:48 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-10-18 11:32:48 +0700
commite1cad644471849273589676062036a6225b0e3e0 (patch)
tree8069e698f0b9d151fc3cf7013f824812d76d45c2 /src
parent#87 Explicitly set both appData and userData (diff)
downloadferdium-app-e1cad644471849273589676062036a6225b0e3e0.tar.gz
ferdium-app-e1cad644471849273589676062036a6225b0e3e0.tar.zst
ferdium-app-e1cad644471849273589676062036a6225b0e3e0.zip
Remove mute icon related classes from lock icon
Diffstat (limited to 'src')
-rw-r--r--src/components/layout/Sidebar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layout/Sidebar.js b/src/components/layout/Sidebar.js
index d0cae3443..5e0be36bc 100644
--- a/src/components/layout/Sidebar.js
+++ b/src/components/layout/Sidebar.js
@@ -116,7 +116,7 @@ export default @inject('stores', 'actions') @observer class Sidebar extends Comp
116 { stores.settings.all.app.lockingFeatureEnabled ? ( 116 { stores.settings.all.app.lockingFeatureEnabled ? (
117 <button 117 <button
118 type="button" 118 type="button"
119 className={`sidebar__button sidebar__button--audio ${isAppMuted ? 'is-muted' : ''}`} 119 className={`sidebar__button`}
120 onClick={() => { 120 onClick={() => {
121 // Disable lock first - otherwise the application might not update correctly 121 // Disable lock first - otherwise the application might not update correctly
122 actions.settings.update({ 122 actions.settings.update({