Merge pull request 'meow' (#18) from nyx/pi-im:nyx-patch-1 into master

Reviewed-on: #18
Reviewed-by: sunglocto <sunglocto@protonmail.com>
This commit is contained in:
2025-09-02 08:53:59 +00:00

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)