Update mod.js

Added a description to the scroll database toolbars tweak
This commit is contained in:
Ryo Hilmawan 2020-11-06 02:33:24 +07:00 committed by GitHub
parent 7569007d2f
commit 6893c56573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,9 @@ module.exports = {
{ {
key: 'scroll_db_toolbars', key: 'scroll_db_toolbars',
label: 'scroll database toolbars', label: 'scroll database toolbars',
desc:
"allows scrolling database toolbars horizontally if\
part of the toolbar is hidden (hold shift while scrolling)",
type: 'toggle', type: 'toggle',
value: false, value: false,
}, },