mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-26 22:25:19 +00:00
Fix screenshot notifications and remove 'private:' from UI
- Screenshot notifications now properly appear as system messages - Send messages directly via mesh service to avoid local echo - Remove 'private:' prefix from private chat header - Keep only lock icon and peer name in private chat header
This commit is contained in:
@@ -190,7 +190,7 @@ struct ContentView: View {
|
||||
Image(systemName: "lock.fill")
|
||||
.font(.system(size: 14))
|
||||
.foregroundColor(Color.orange)
|
||||
Text("private: \(privatePeerNick)")
|
||||
Text("\(privatePeerNick)")
|
||||
.font(.system(size: 16, weight: .medium, design: .monospaced))
|
||||
.foregroundColor(Color.orange)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user