Skip to content

Commit

Permalink
Final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Mar 4, 2024
1 parent 050e5ee commit 393d6a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ private fun SettingsSelectorsSample(
val showSingleChoiceDialog = remember { mutableStateOf(false) }

SettingsMenuLink(
title = { Text(text = "Single choice (memory)") },
title = { Text(text = "Single choice (Disk)") },
subtitle = {
val item = items.find { it.key == selectSingleChoiceDisk.value }
if (item == null) {
Expand Down

0 comments on commit 393d6a1

Please sign in to comment.