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.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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user