diff --git a/Meshtastic/Views/Messages/TextMessageField/TextMessageField.swift b/Meshtastic/Views/Messages/TextMessageField/TextMessageField.swift index c8f1abaa..49580f02 100644 --- a/Meshtastic/Views/Messages/TextMessageField/TextMessageField.swift +++ b/Meshtastic/Views/Messages/TextMessageField/TextMessageField.swift @@ -18,7 +18,7 @@ struct TextMessageField: View { HStack { if destination.showAlertButton { Spacer() - AlertButton { typingMessage += "🔔 Alert Bell Character! \u{7}" } + AlertButton { typingMessage += "🔔 Alert Bell! \u{7}" } } Spacer() RequestPositionButton(action: requestPosition) @@ -131,7 +131,7 @@ private extension MessageDestination { var showAlertButton: Bool { switch self { - case .user: return false + case .user: return true case .channel: return true } } diff --git a/protobufs b/protobufs index f92900c5..22cbd0d4 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit f92900c5f884b04388fb7abf61d4df66783015e4 +Subproject commit 22cbd0d4cfafa4b8c1e64517e06edc2d7a22cca9