summaryrefslogtreecommitdiffstats
path: root/webapp/src/store
diff options
context:
space:
mode:
authorUdo Walter2019-03-03 04:46:52 +0100
committerUdo Walter2019-03-03 04:46:52 +0100
commit103f7ebcad42bbd30bbf3d469ea31ba7515f24ff (patch)
treecb338755a231f23b19227073fe9c663411f2856c /webapp/src/store
parent[webapp] add single select to selectbox; eslint fix (diff)
downloadbas-103f7ebcad42bbd30bbf3d469ea31ba7515f24ff.tar.gz
bas-103f7ebcad42bbd30bbf3d469ea31ba7515f24ff.tar.xz
bas-103f7ebcad42bbd30bbf3d469ea31ba7515f24ff.zip
[webapp] add option to disable all animations
Diffstat (limited to 'webapp/src/store')
-rw-r--r--webapp/src/store/global.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/src/store/global.js b/webapp/src/store/global.js
index b08c751..ea56fb5 100644
--- a/webapp/src/store/global.js
+++ b/webapp/src/store/global.js
@@ -18,7 +18,8 @@ export default {
dark: loadSetting('dark', true),
coloredTabs: loadSetting('coloredTabs', false),
clipped: loadSetting('clipped', true),
- mini: loadSetting('mini', true)
+ mini: loadSetting('mini', true),
+ noAnimations: loadSetting('noAnimations', false)
},
loginRedirect: null,
user: {