fix text not appearing after .apkg import
This commit is contained in:
parent
7273996041
commit
ba1742aee2
@ -220,6 +220,7 @@ def showText(
|
||||
text = QPlainTextEdit()
|
||||
text.setReadOnly(True)
|
||||
text.setWordWrapMode(QTextOption.NoWrap)
|
||||
text.setPlainText(txt)
|
||||
else:
|
||||
text = QTextBrowser()
|
||||
text.setOpenExternalLinks(True)
|
||||
|
Loading…
Reference in New Issue
Block a user