From 2e56c226db5058ac8cd458340aeff9a6ce13a857 Mon Sep 17 00:00:00 2001 From: Hussein Farran Date: Mon, 27 Dec 2021 16:41:21 -0500 Subject: [PATCH] WebHost: Patch downloads now prompt you with a dialog box/file save dialog. --- WebHostLib/templates/macros.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebHostLib/templates/macros.html b/WebHostLib/templates/macros.html index 548d281c..549d3ace 100644 --- a/WebHostLib/templates/macros.html +++ b/WebHostLib/templates/macros.html @@ -26,16 +26,16 @@ {{ patch.game }} {% if patch.game == "Minecraft" %} - + Download APMC File... {% elif patch.game == "Factorio" %} - + Download Factorio Mod... {% elif patch.game == "Ocarina of Time" %} - + Download APZ5 File... {% elif patch.game in ["A Link to the Past", "Secret of Evermore", "Super Metroid"] %} - + Download Patch File... {% else %} No file to download for this game.