mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-09 13:52:02 -04:00
Fix crash
This commit is contained in:
parent
add3f20e9c
commit
ba6ff5d548
1 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,9 @@ func (pw *ProgressWindow) UpdateDecryptionProgress(progress float64) {
|
|||
}
|
||||
|
||||
func (pw *ProgressWindow) Cancelled() bool {
|
||||
if pw == nil {
|
||||
return false
|
||||
}
|
||||
return pw.cancelled
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue