From 5f610a98204c7800c6214ba1a82c44c23893b649 Mon Sep 17 00:00:00 2001 From: Remixer Dec <6587642+remixer-dec@users.noreply.github.com> Date: Mon, 17 Jun 2024 00:49:12 +0400 Subject: [PATCH] Enabled screenshots by default --- src/entry.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/entry.js b/src/entry.js index 05635f6f..13dcf1f7 100644 --- a/src/entry.js +++ b/src/entry.js @@ -32,7 +32,8 @@ let app = { ui: '', config: new Config({ displaymode: D_MODES.AdvancedPagination, - icons_grid: true + icons_grid: true, + screenshots: true }), selectMirrorPath, get tabs() {