Refresh queue view during direct conversion progress
This commit is contained in:
parent
c5124e4b29
commit
14de3d494d
5
main.go
5
main.go
|
|
@ -3755,6 +3755,11 @@ func (s *appState) startConvert(status *widget.Label, btn, cancelBtn *widget.But
|
||||||
fyne.CurrentApp().Driver().DoFromGoroutine(func() {
|
fyne.CurrentApp().Driver().DoFromGoroutine(func() {
|
||||||
s.convertProgress = pct
|
s.convertProgress = pct
|
||||||
setStatus(lbl)
|
setStatus(lbl)
|
||||||
|
// Keep stats bar and queue view in sync during direct converts
|
||||||
|
s.updateStatsBar()
|
||||||
|
if s.active == "queue" {
|
||||||
|
s.refreshQueueView()
|
||||||
|
}
|
||||||
}, false)
|
}, false)
|
||||||
}
|
}
|
||||||
if key == "progress" && val == "end" {
|
if key == "progress" && val == "end" {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user