@@ -19,6 +19,7 @@ class MainWindow(QMainWindow):
self.ui.pb_apply_code.pressed.connect(self.generate_mesh)
def generate_mesh(self):
code_bytes = self.ui.textEdit.toPlainText().encode('utf-8')
code_text = code_bytes.decode('utf-8')
The note is not visible to the blocked user.