Allow for WFC status to be MLTEV

This commit is contained in:
Bryan Ashby
2022-07-17 23:02:08 -06:00
parent e8f6a2f702
commit 17ddd73247
5 changed files with 21 additions and 7 deletions

View File

@@ -685,7 +685,7 @@ exports.MenuModule = class MenuModule extends PluginModule {
}
if (appendMultiLine && view instanceof MultiLineEditTextView) {
view.addText(text);
view.setAnsi(text);
} else {
view.setText(text);
}