Remove useless curly braces

This commit is contained in:
Benoit Marty 2025-12-31 11:24:49 +01:00
parent 6ca2c92440
commit e30efc1e2c

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