Search code examples
elfinder

How to disable / remove download button on quicklook preview video in Elfinder?


donwload button on preview image

I need to prevent user to download a video from elfinder, I can remove download button in context menu but when preview video there is download button. How to disable / remove download button on quicklook preview video in Elfinder? Is there any configuration on this?


Solution

  • found solution, edit configuration client like this

    commandsOptions: {
                quicklook: {
                    mediaControlsList: 'nodownload',
                },