mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-28 05:54:51 -04:00
Minor progress window changes
This commit is contained in:
parent
2084b1313d
commit
8060005529
6 changed files with 45 additions and 19 deletions
|
@ -26,7 +26,7 @@ func DecryptContents(path string, progress *ProgressWindow, deleteEncryptedConte
|
|||
wg.Add(1)
|
||||
progressInt := 1
|
||||
go runDecryption(path, &progressInt, deleteEncryptedContents)
|
||||
progress.percentLabel.SetText("Decrypting...")
|
||||
progress.bar.SetText("Decrypting...")
|
||||
for !decryptionDone {
|
||||
progress.bar.SetFraction(float64(progressInt) / 100)
|
||||
time.Sleep(500 * time.Millisecond)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue