Make chat text box use plain text only

This commit is contained in:
Fierelier 2020-11-27 03:06:33 +01:00
parent ae535290f7
commit c7f8eda2ea
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ class guiChannel:
self.window.closeEvent = self.closeEvent
self.createElements()
class chatTextBox(QTextEdit):
class chatTextBox(QPlainTextEdit):
def __init__(self,parent = None,exSelf = None):
super().__init__(parent = parent)
self.exSelf = exSelf