do not accept rich text in email scene

This commit is contained in:
2025-03-30 21:05:07 +03:00
parent 7822984ff0
commit dda40e11b8
3 changed files with 17 additions and 3 deletions

View File

@@ -48,7 +48,11 @@
</widget>
</item>
<item row="3" column="0" colspan="3">
<widget class="QTextEdit" name="check_content"/>
<widget class="QTextEdit" name="check_content">
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QPushButton" name="back_button">