From 6893c56573487bde6cfdba517b70cc4464411647 Mon Sep 17 00:00:00 2001 From: Ryo Hilmawan <54142180+CloudHill@users.noreply.github.com> Date: Fri, 6 Nov 2020 02:33:24 +0700 Subject: [PATCH] Update mod.js Added a description to the scroll database toolbars tweak --- mods/tweaks/mod.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/tweaks/mod.js b/mods/tweaks/mod.js index fb732fd..c514e56 100644 --- a/mods/tweaks/mod.js +++ b/mods/tweaks/mod.js @@ -86,6 +86,9 @@ module.exports = { { key: 'scroll_db_toolbars', label: 'scroll database toolbars', + desc: + "allows scrolling database toolbars horizontally if\ + part of the toolbar is hidden (hold shift while scrolling)", type: 'toggle', value: false, },