From 1713ba585059b068a34cb7c245a6335568cbc26d Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Fri, 15 Nov 2024 15:51:17 +0100 Subject: [PATCH] Add #16 Download all files as zip --- app/src/render.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/render.ts b/app/src/render.ts index 59d6e74..99ed4be 100644 --- a/app/src/render.ts +++ b/app/src/render.ts @@ -113,8 +113,8 @@ class Render { openItem, title: this.title(share), path: '/share/' + share.key, - showDownload: getConfigOption('ipp.allowDownloadAll', true), - showTitle: getConfigOption('ipp.showGalleryTitle', true), + showDownload: getConfigOption('ipp.allowDownloadAll', false), + showTitle: getConfigOption('ipp.showGalleryTitle', false), lgConfig: getConfigOption('lightGallery', {}) }) }