Skip to content

Commit

Permalink
add back in core performance
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnohe committed Dec 12, 2024
1 parent a506e60 commit a5e9a56
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 a5e9a56

Please sign in to comment.