summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-25 09:10:04 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-25 09:10:04 -0400
commit53f530a1ec26fce4664634f9c22fbb51b12c3f42 (patch)
tree4496ea4bc068145ce6ff62940f54921b0b3e4604 /config
parente411fc0be674ff01b614802a1e706071593c6647 (diff)
add option for enabling/disabling preview support
Diffstat (limited to 'config')
-rw-r--r--config/joshuto.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/joshuto.toml b/config/joshuto.toml
index 4c5c6c5..0b3aae1 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -10,6 +10,9 @@ scroll_offset = 6
sort_type = "natural"
+show_preview = true
+max_preview_size = 2097152 # 2MB
+
[sort_option]
show_hidden = false
case_sensitive = false