From edf3fb7fff29905c3c76804e74a45c59927a6d5d Mon Sep 17 00:00:00 2001 From: pelgraine <140762863+pelgraine@users.noreply.github.com> Date: Mon, 2 Mar 2026 07:38:28 +1100 Subject: [PATCH] commented out setting for ringtone as appears to be impossible to silence --- examples/companion_radio/ui-new/Settingsscreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/companion_radio/ui-new/Settingsscreen.h b/examples/companion_radio/ui-new/Settingsscreen.h index f055e4f..7715da6 100644 --- a/examples/companion_radio/ui-new/Settingsscreen.h +++ b/examples/companion_radio/ui-new/Settingsscreen.h @@ -62,7 +62,7 @@ enum SettingsRowType : uint8_t { ROW_MSG_NOTIFY, // Keyboard flash on new msg toggle #ifdef HAS_4G_MODEM ROW_MODEM_TOGGLE, // 4G modem enable/disable toggle (4G builds only) - ROW_RINGTONE, // Incoming call ringtone toggle (4G builds only) + // ROW_RINGTONE, // Incoming call ringtone toggle (4G builds only) #endif ROW_CH_HEADER, // "--- Channels ---" separator ROW_CHANNEL, // A channel entry (dynamic, index stored separately)