From 7569007d2f37259557bc94770dcdf307a1ce3b58 Mon Sep 17 00:00:00 2001 From: Ryo Hilmawan <54142180+CloudHill@users.noreply.github.com> Date: Fri, 6 Nov 2020 02:30:31 +0700 Subject: [PATCH] Update mod.js Re-added description --- mods/tweaks/mod.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/tweaks/mod.js b/mods/tweaks/mod.js index da551e4..fb732fd 100644 --- a/mods/tweaks/mod.js +++ b/mods/tweaks/mod.js @@ -77,6 +77,9 @@ module.exports = { { key: 'indentation_lines', label: 'indentation lines for bullets', + desc: + "adds vertical indentation or relationship lines to make bullet trees\ + easier to follow", type: 'select', value: ['none', 'solid', 'dashed', 'dotted', 'soft'], },