From 4dd445e0f09fcdc129f92354e28abce3c0c2217c Mon Sep 17 00:00:00 2001 From: Eva Date: Sat, 20 May 2023 21:20:16 +0200 Subject: [PATCH] client/posts: allow downloading swf file from right click menu --- client/js/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/js/main.js b/client/js/main.js index 294e0dcd..aaa41ee2 100644 --- a/client/js/main.js +++ b/client/js/main.js @@ -49,6 +49,7 @@ window.RufflePlayer.config = { "polyfills": true, "autoplay": "off", "warnOnUnsupportedContent": false, + "showSwfDownload": true, "splashScreen": false, };