This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Added null check to DownloadProgressCell (because apparently Init wasn't being called?)
pull/11/head
Anairkoen Schno
5 years ago
parent
c391dd1852
commit
01415fd6dc
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
BSIPA-ModList/UI/DownloadProgressCell.cs
+ 1
- 0
BSIPA-ModList/UI/DownloadProgressCell.cs
View File
@ -58,6 +58,7 @@ namespace BSIPA_ModList.UI
public
void
Update
(
)
{
if
(
mod
=
=
null
)
return
;
_bgImage
.
enabled
=
true
;
switch
(
mod
.
State
)
{
Write
Preview
Loading…
Cancel
Save