Fix text parameter formatting in KstatConfigItemCard, remove redundant “parameter:” prefixes
This commit is contained in:
@@ -194,7 +194,7 @@ fun KstatConfigItemCard(
|
||||
)
|
||||
if (parts.size > 1) {
|
||||
Text(
|
||||
text = "参数: ${parts.drop(1).joinToString(" ")}",
|
||||
text = "${parts.drop(1).joinToString(" ")}",
|
||||
style = MaterialTheme.typography.bodyMedium,
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user