Browse Source

Increased time downloaded mods show in completed state

pull/13/head
Anairkoen Schno 5 years ago
parent
commit
1c218f5c3a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      BSIPA-ModList/DownloadController.cs
  2. +1
    -1
      BSIPA-ModList/manifest.json

+ 1
- 1
BSIPA-ModList/DownloadController.cs View File

@ -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);


+ 1
- 1
BSIPA-ModList/manifest.json View File

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


Loading…
Cancel
Save