From 0f5016be6df343847c61c34091aa18651f17e7df Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 5 Aug 2021 01:18:19 -0300 Subject: Add functionality to download everything in a single go. Do note that progress bar is not updating when download is in progress. --- game/screens.rpy | 3 +++ 1 file changed, 3 insertions(+) (limited to 'game/screens.rpy') diff --git a/game/screens.rpy b/game/screens.rpy index 937a6b6..d4e89a6 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -777,6 +777,9 @@ screen preferences(): null height 60 textbutton _("Clear Cache"): action Jump("clear_cache") + null height 30 + textbutton _("Download All Files"): + action Jump("download_all") vbox: -- cgit v1.2.3-60-g2f50