mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 06:10:31 +05:30
Fix playback speed preference summary
This commit is contained in:
parent
9799c30596
commit
061ea34c76
@ -47,7 +47,7 @@ class SliderPreference(
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun getSummary(): CharSequence {
|
override fun getSummary(): CharSequence {
|
||||||
return prefValue.toString()
|
return prefValue.round(2).toString()
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onClick() {
|
override fun onClick() {
|
||||||
|
Loading…
Reference in New Issue
Block a user