mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-09 13:52:02 -04:00
Try to fix stuck at decryption visual bug
This commit is contained in:
parent
897671f34e
commit
4663e49e76
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ func (mw *MainWindow) onDownloadQueueClicked(selectedPath string) error {
|
|||
})
|
||||
|
||||
mw.queuePane.Clear()
|
||||
glib.IdleAdd(func() {
|
||||
glib.IdleAddPriority(glib.PRIORITY_HIGH, func() {
|
||||
mw.progressWindow.Window.Hide()
|
||||
})
|
||||
mw.updateTitlesInQueue()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue