Remove useless curly braces

This commit is contained in:
Benoit Marty
2025-12-31 11:24:49 +01:00
parent c9b3a19a90
commit 325d7d5fde

View File

@@ -36,7 +36,7 @@ fun PlaybackSpeedButton(
1.0f -> "1×"
1.5f -> "1.5×"
2.0f -> "2×"
else -> "${speed}×"
else -> "$speed×"
}
Box(
modifier = modifier