diff options
author | Ondřej Hruška <ondra@ondrovo.com> | 2017-07-22 19:51:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-22 19:51:34 +0200 |
commit | 74a0cc6a119f64ff368945523260408323b364e8 (patch) | |
tree | b27a85b0c470523d35e52af9262dd69dfb9d7a57 /app/javascript/glitch/reducers | |
parent | 984d2d4cb626dd3a4da707ecf1e8ad45b476d8fb (diff) |
Added settings toggle to move the navbar at the bottom in mobile view (#93)
Diffstat (limited to 'app/javascript/glitch/reducers')
-rw-r--r-- | app/javascript/glitch/reducers/local_settings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/glitch/reducers/local_settings.js b/app/javascript/glitch/reducers/local_settings.js index 35a8e065b..386d59ceb 100644 --- a/app/javascript/glitch/reducers/local_settings.js +++ b/app/javascript/glitch/reducers/local_settings.js @@ -51,6 +51,7 @@ These are only used if no previously-saved values exist. const initialState = ImmutableMap({ layout : 'auto', stretch : true, + navbar_under : false, collapsed : ImmutableMap({ enabled : true, auto : ImmutableMap({ |