mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
Merge pull request #3478 from Bnyro/master
Fix playback speed preference summary
This commit is contained in:
commit
e597cbe54c
@ -47,7 +47,7 @@ class SliderPreference(
|
||||
}
|
||||
|
||||
override fun getSummary(): CharSequence {
|
||||
return prefValue.toString()
|
||||
return prefValue.round(2).toString()
|
||||
}
|
||||
|
||||
override fun onClick() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user