summaryrefslogtreecommitdiffstats
path: root/src/store
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-04-28 18:02:30 +0200
committerMarco Ambrosini <marcoambrosini@pm.me>2020-05-08 17:02:43 +0200
commitb702a21d842cd4b73f29ce08c056c6a195de38bc (patch)
tree2403c4be1ceb5fda31672cd48acd565c15f70138 /src/store
parente78699b756702020a59597addcb30fee4d650fe2 (diff)
Save sidebar status in the browser localstorage
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/store')
-rw-r--r--src/store/sidebarStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/sidebarStore.js b/src/store/sidebarStore.js
index c454c6fbb..9128f8d33 100644
--- a/src/store/sidebarStore.js
+++ b/src/store/sidebarStore.js
@@ -21,7 +21,7 @@
*/
const state = {
- show: false,
+ show: true,
isRenamingConversation: false,
}