From 7e4b791c2964f4b130abbaee62ffdff1536450c4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Aug 2020 03:15:00 +0300 Subject: Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll amount. Thanks to danger89 and xet7 ! Related #2949 --- start-wekan.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'start-wekan.sh') diff --git a/start-wekan.sh b/start-wekan.sh index f3fb18e9..b3dfce5a 100755 --- a/start-wekan.sh +++ b/start-wekan.sh @@ -45,6 +45,7 @@ # https://github.com/wekan/wekan/issues/2949 export SCROLLINERTIA=0 export SCROLLAMOUNT=auto + export SCROLLDELTAFACTOR=auto #--------------------------------------------------------------- # ==== CARD OPENED, SEND WEBHOOK MESSAGE ==== export CARD_OPENED_WEBHOOK_ENABLED=false @@ -363,7 +364,7 @@ # example : LOGOUT_ON_MINUTES=55 #export LOGOUT_ON_MINUTES= #--------------------------------------------------------------------- - # PASSWORD_LOGIN_ENABLED : Enable or not the password login form. + # PASSWORD_LOGIN_ENABLED : Enable or not the password login form. #export PASSWORD_LOGIN_ENABLED=true node main.js -- cgit v1.2.3-1-g7c22