diff options
author | cwm <chriswmartin@protonmail.com> | 2017-12-09 15:15:11 -0600 |
---|---|---|
committer | cwm <chriswmartin@protonmail.com> | 2017-12-09 15:15:11 -0600 |
commit | 8606e5338476cb7de21cb611d015e966f1cf48cc (patch) | |
tree | a00f8426247886e26678d82124db0b85cec59665 /app/javascript/flavours/glitch/reducers | |
parent | fbd2a0127cb537e91508032a87bc82675f88d271 (diff) |
moved locales to glitch, created add settings entry
Diffstat (limited to 'app/javascript/flavours/glitch/reducers')
-rw-r--r-- | app/javascript/flavours/glitch/reducers/local_settings.js | 1 |
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 69d98741b..e4cdc49ee 100644 --- a/app/javascript/flavours/glitch/reducers/local_settings.js +++ b/app/javascript/flavours/glitch/reducers/local_settings.js @@ -9,6 +9,7 @@ const initialState = ImmutableMap({ layout : 'auto', stretch : true, navbar_under : false, + favourite_modal : false, side_arm : 'none', collapsed : ImmutableMap({ enabled : true, |