Merge pull request #3478 from Bnyro/master

Fix playback speed preference summary
This commit is contained in:
Bnyro 2023-04-02 18:26:09 +02:00 committed by GitHub
commit e597cbe54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ class SliderPreference(
}
override fun getSummary(): CharSequence {
return prefValue.toString()
return prefValue.round(2).toString()
}
override fun onClick() {