mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
ui(device-settings): Remove Edit/Upgrade labels from listening mode cycle row
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user