diff --git a/src/components/slideshow/slideshow.js b/src/components/slideshow/slideshow.js index 9f82a0ec7..d1514996f 100644 --- a/src/components/slideshow/slideshow.js +++ b/src/components/slideshow/slideshow.js @@ -172,6 +172,8 @@ export default function (options) { html += '
'; if (actionButtonsOnTop) { + html += getIcon('play_arrow', 'btnSlideshowPause slideshowButton', true); + if (appHost.supports('filedownload') && options.user && options.user.Policy.EnableContentDownloading) { html += getIcon('file_download', 'btnDownload slideshowButton', true); }