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
enum TimeLabelLocation {
// Existing options...
/// The time is displayed at the leading side of the progress bar.
///
/// | 01:23/10:20 -------O---------------- |
leading,
/// The time is displayed at the trailing side of the progress bar.
///
/// | -------O---------------- 01:23/10:20 |
trailing,
}
The text was updated successfully, but these errors were encountered:
That looks like a reasonable request. I'm not sure when I'll get to it, though. For now, I recommend that you copy the source code and make the changes yourself.
Here’s what I propose:
The text was updated successfully, but these errors were encountered: