This commit is contained in:
2025-09-02 08:52:23 +00:00
parent 003a156c50
commit ffd6023ae2

View File

@@ -1152,7 +1152,7 @@ func main() {
dialog.ShowCustom("Message", "Close", pre, w)
})
red := fyne.NewMenuItem("show people who have read this message", func() {
red := fyne.NewMenuItem("show read receipts on message", func() {
pre := container.NewVBox()
selectedScroller, ok := AppTabs.Selected().Content.(*widget.List)