about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers/local_settings.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2020-10-27 10:52:50 +0100
committerThibG <thib@sitedethib.com>2020-10-27 11:20:11 +0100
commita81bb14abef08bb434caa0df8f15fcd8ecc85e41 (patch)
tree8bac9b021ff943e938a73a4acf0f48ef02e6e4c3 /app/javascript/flavours/glitch/reducers/local_settings.js
parentc762ca49dc924ce32b512c2aece4d7d1e0229b5c (diff)
Add option to hide notification markers
Diffstat (limited to 'app/javascript/flavours/glitch/reducers/local_settings.js')
-rw-r--r--app/javascript/flavours/glitch/reducers/local_settings.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/reducers/local_settings.js b/app/javascript/flavours/glitch/reducers/local_settings.js
index c115cad6b..ea37ae4aa 100644
--- a/app/javascript/flavours/glitch/reducers/local_settings.js
+++ b/app/javascript/flavours/glitch/reducers/local_settings.js
@@ -55,6 +55,7 @@ const initialState = ImmutableMap({
   notifications : ImmutableMap({
     favicon_badge : false,
     tab_badge     : true,
+    show_unread   : true,
   }),
 });