mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-08 21:37:58 -05:00
Rename updateRoutine=>progressRoutine
This commit is contained in:
@@ -89,7 +89,7 @@ func rectWatcher() {
|
||||
for {
|
||||
_ImgX, _ImgY, _ImgW, _ImgH := coverArt.GetRect()
|
||||
if start {
|
||||
updateRoutine()
|
||||
progressRoutine()
|
||||
start = false
|
||||
}
|
||||
if _ImgX != ImgX || _ImgY != ImgY ||
|
||||
|
||||
@@ -121,7 +121,7 @@ func RefreshProgressLocal() {
|
||||
}
|
||||
}
|
||||
|
||||
func updateRoutine() {
|
||||
func progressRoutine() {
|
||||
RefreshProgress(false)
|
||||
go func() {
|
||||
localTicker := time.NewTicker(time.Second)
|
||||
|
||||
Reference in New Issue
Block a user