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