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', {}) }) }