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>2019-01-04 18:53:27 +0100
committerThibG <thib@sitedethib.com>2019-01-05 21:47:48 +0100
commit7baf15675fbf068b8c455377f917746624b56258 (patch)
treefda61c513bfee80c290e9d8455aa447e6193b6e8 /app/javascript/flavours/glitch/reducers/local_settings.js
parent0acd51acdc1e670bf57f58671cb8e30743782c63 (diff)
Add local setting to disable swipe-to-change-columns
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 15239f28e..93a404328 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,
+  swipe_to_change_columns: true,
   side_arm  : 'none',
   side_arm_reply_mode : 'keep',
   show_reply_count : false,