From 1c218f5c3a387e7f9e1cd910edcf8498d8173934 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Thu, 13 Jun 2019 13:25:16 -0500 Subject: [PATCH] Increased time downloaded mods show in completed state --- BSIPA-ModList/DownloadController.cs | 2 +- BSIPA-ModList/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BSIPA-ModList/DownloadController.cs b/BSIPA-ModList/DownloadController.cs index 4891ebc6..437d8f46 100644 --- a/BSIPA-ModList/DownloadController.cs +++ b/BSIPA-ModList/DownloadController.cs @@ -200,7 +200,7 @@ namespace BSIPA_ModList private IEnumerator RemoveModFromList(DependencyObject obj) { - yield return new WaitForSeconds(0.25f); + yield return new WaitForSeconds(1f); Remove(obj); diff --git a/BSIPA-ModList/manifest.json b/BSIPA-ModList/manifest.json index 98cfc054..16fba717 100644 --- a/BSIPA-ModList/manifest.json +++ b/BSIPA-ModList/manifest.json @@ -11,7 +11,7 @@ "gameVersion": "1.1.0", "id": "BSIPA Mod List", "name": "BSIPA Mod List", - "version": "1.2.4", + "version": "1.2.5", "icon": "BSIPA_ModList.Icons.self.png", "dependsOn": { "BSIPA": "^3.12.19",