Skip to content

Commit

Permalink
add back in core performance (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnohe authored Dec 12, 2024
1 parent a506e60 commit b5166a1
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ fun Settings(
}
}
}
item {
Box(modifier = Modifier.padding(32.dp)) {
Text(
text = stringResource(
R.string.performance_class_level,
viewModel.mediaPerformanceClass,
),
)
}
}
}
}
}

0 comments on commit b5166a1

Please sign in to comment.