From 2ae0120146804fb799dad8079c3d36c8f52a4582 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Thu, 9 Sep 2021 00:03:38 +0300 Subject: [PATCH] Add play button for Mobile --- src/components/slideshow/slideshow.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/slideshow/slideshow.js b/src/components/slideshow/slideshow.js index 9f82a0ec73..d1514996fa 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); }