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",