summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-08-27 03:15:00 +0300
committerLauri Ojansivu <x@xet7.org>2020-08-27 03:15:00 +0300
commit7e4b791c2964f4b130abbaee62ffdff1536450c4 (patch)
treef11e11dc70ec35dfc6137cebc52e72b77be014ce /Dockerfile
parent55d8d26b3470f3552bdd2cc7f66f457227187ab7 (diff)
downloadwekan-7e4b791c2964f4b130abbaee62ffdff1536450c4.tar.gz
wekan-7e4b791c2964f4b130abbaee62ffdff1536450c4.tar.bz2
wekan-7e4b791c2964f4b130abbaee62ffdff1536450c4.zip
Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll amount.
Thanks to danger89 and xet7 ! Related #2949
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index ea3e1cfd..e0a93f64 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -116,6 +116,7 @@ ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-
DEFAULT_AUTHENTICATION_METHOD="" \
SCROLLINERTIA="0" \
SCROLLAMOUNT="auto" \
+ SCROLLDELTAFACTOR="auto" \
PASSWORD_LOGIN_ENABLED=true
# Copy the app to the image