-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preserve progress value when setting total value in progress bar
Changes: - Preserve the progress value when setting the total in the progress bar. Previously, when setting the total value in the progress bar, the progress value was reset to 0. It could be a bit inconvenient, so this commit fixes it by preserving the progress value while setting the total. Reseting the progress value to 0 can be done in the context menu. - Added a missing semicolon for consistency.
- Loading branch information
Showing
1 changed file
with
25 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters