You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to remove the percentage (100%)? I'm interested only in the writing speed and the ability to monitor the amount that's being written. Unfortunately, in some cases, it is difficult to determine the output file length. In which case, only the size of the current file, and the speed becomes essential.
At this point you can mimic DefaultProgressBarRenderer to create your own subclass of ProgressBarRenderer. But I agree that the style object should be more customizable.
Is it possible to remove the percentage (100%)? I'm interested only in the writing speed and the ability to monitor the amount that's being written. Unfortunately, in some cases, it is difficult to determine the output file length. In which case, only the size of the current file, and the speed becomes essential.
Currently: Writing 100% [===========================================] 1096/1096MB (0:01:00 / 0:00:00) 18.28MB/s
Would like: Writing [===========================================] 1096/1096MB (0:01:00 / 0:00:00) 18.28MB/s
It's a minor detail, but it would be nice to see.
The text was updated successfully, but these errors were encountered: