This commit is contained in:
2025-09-14 13:51:21 +01:00
parent d63fc073de
commit d2ec518846

View File

@@ -180,6 +180,7 @@ func CreateUITab(chatJidStr string) ChatTabUI {
content.Wrapping = fyne.TextWrapWord content.Wrapping = fyne.TextWrapWord
content.Selectable = true content.Selectable = true
content.Importance = widget.MediumImportance content.Importance = widget.MediumImportance
//content.SizeName = fyne.ThemeSizeName(theme.SizeNameText)
icon := theme.FileVideoIcon() icon := theme.FileVideoIcon()
replytext := widget.NewLabel(">fallback reply text") replytext := widget.NewLabel(">fallback reply text")
replytext.Hide() replytext.Hide()
@@ -466,6 +467,7 @@ func main() {
for _, v := range msg.Unknown { for _, v := range msg.Unknown {
if v.XMLName.Local == "replace" { if v.XMLName.Local == "replace" {
panic(v.Content)
correction = true correction = true
break // dont need to look at more fields break // dont need to look at more fields
} }