mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[ui] -> progress bar speed reduced
This commit is contained in:
@@ -762,7 +762,7 @@ class AnimateProgress(QThread):
|
||||
def __init__(self):
|
||||
super(AnimateProgress, self).__init__()
|
||||
self.progress_value = 0
|
||||
self.increment = 5
|
||||
self.increment = 3
|
||||
self.stop = False
|
||||
self.limit = 100
|
||||
self.wait_time = 50
|
||||
@@ -772,7 +772,7 @@ class AnimateProgress(QThread):
|
||||
|
||||
def _reset(self):
|
||||
self.progress_value = 0
|
||||
self.increment = 5
|
||||
self.increment = 3
|
||||
self.stop = False
|
||||
self.limit = 100
|
||||
self.wait_time = 50
|
||||
|
||||
Reference in New Issue
Block a user