ui(device-settings): Remove Edit/Upgrade labels from listening mode cycle row

This commit is contained in:
darken
2026-04-17 13:02:14 +02:00
committed by Matthias Urhahn
parent 77486fcd48
commit 8a3a6cade5
@@ -118,13 +118,6 @@ internal fun NoiseControlCard(
icon = Icons.TwoTone.Loop, icon = Icons.TwoTone.Loop,
title = stringResource(R.string.device_settings_listening_mode_cycle_label), title = stringResource(R.string.device_settings_listening_mode_cycle_label),
subtitle = cycleSubtitle, subtitle = cycleSubtitle,
value = stringResource(
if (isPro) {
R.string.general_edit_action
} else {
R.string.general_upgrade_action
},
),
onClick = { onClick = {
if (isPro) { if (isPro) {
onShowListeningModeCycleDialogChange(true) onShowListeningModeCycleDialogChange(true)