WIP
This commit is contained in:
parent
e39ed37766
commit
605ac63691
|
@ -78,6 +78,7 @@ menu.addAction(option1)
|
||||||
timer = QTimer()
|
timer = QTimer()
|
||||||
timer.timeout.connect(newText)
|
timer.timeout.connect(newText)
|
||||||
# Download pkg's to cache on timeout
|
# Download pkg's to cache on timeout
|
||||||
|
if cache == True:
|
||||||
timer.timeout.connect(cacheUpdates)
|
timer.timeout.connect(cacheUpdates)
|
||||||
timer.start(wait)
|
timer.start(wait)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue