aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/layout
diff options
context:
space:
mode:
authorLibravatar Vishnu017 <39431453+Vishnu017@users.noreply.github.com>2021-10-26 20:37:56 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-26 20:37:56 +0530
commit955f2abeb2c093515e6dd0026b4072145a2be6b6 (patch)
tree265497cf116ccf1d11fb869a95fcabcf0baacf18 /src/containers/layout
parentdocs: add Vishnu017 as a contributor for code (#2142) [skip ci] (diff)
downloadferdium-app-955f2abeb2c093515e6dd0026b4072145a2be6b6.tar.gz
ferdium-app-955f2abeb2c093515e6dd0026b4072145a2be6b6.tar.zst
ferdium-app-955f2abeb2c093515e6dd0026b4072145a2be6b6.zip
Add feature to display service name under service icon when the toggle for it is enabled in the settings (#2136)
Co-authored-by: AnjithPaul <anjithpaul.mec@gmail.com>
Diffstat (limited to 'src/containers/layout')
-rw-r--r--src/containers/layout/AppLayoutContainer.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/containers/layout/AppLayoutContainer.js b/src/containers/layout/AppLayoutContainer.js
index 0d566525d..6b6f97e46 100644
--- a/src/containers/layout/AppLayoutContainer.js
+++ b/src/containers/layout/AppLayoutContainer.js
@@ -122,6 +122,9 @@ class AppLayoutContainer extends Component {
122 showMessageBadgeWhenMutedSetting={ 122 showMessageBadgeWhenMutedSetting={
123 settings.all.app.showMessageBadgeWhenMuted 123 settings.all.app.showMessageBadgeWhenMuted
124 } 124 }
125 showServiceNameSetting={
126 settings.all.app.showServiceName
127 }
125 showMessageBadgesEvenWhenMuted={ui.showMessageBadgesEvenWhenMuted} 128 showMessageBadgesEvenWhenMuted={ui.showMessageBadgesEvenWhenMuted}
126 isTodosServiceActive={services.isTodosServiceActive || false} 129 isTodosServiceActive={services.isTodosServiceActive || false}
127 /> 130 />