mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
Revert "[ui] -> progress bar speed reduced"
This reverts commit 81ad611347.
This commit is contained in:
@@ -9,10 +9,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- Arch
|
||||
- install/upgrade/downgrade: some dependencies not being matched during comparisons between numeric and alphanumeric versions
|
||||
|
||||
### UI
|
||||
- progress bar speed reduced
|
||||
|
||||
|
||||
|
||||
## [0.9.17] 2021-06-16
|
||||
### Improvements
|
||||
|
||||
@@ -762,7 +762,7 @@ class AnimateProgress(QThread):
|
||||
def __init__(self):
|
||||
super(AnimateProgress, self).__init__()
|
||||
self.progress_value = 0
|
||||
self.increment = 3
|
||||
self.increment = 5
|
||||
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 = 3
|
||||
self.increment = 5
|
||||
self.stop = False
|
||||
self.limit = 100
|
||||
self.wait_time = 50
|
||||
|
||||
Reference in New Issue
Block a user