mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Show alert bell on direct messages.
This commit is contained in:
parent
13154a939d
commit
2478db7232
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit f92900c5f884b04388fb7abf61d4df66783015e4
|
||||
Subproject commit 22cbd0d4cfafa4b8c1e64517e06edc2d7a22cca9
|
||||
Loading…
Add table
Add a link
Reference in a new issue