diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index 6f03fbd..e3cc193 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -959,6 +959,7 @@ private void RichTextBox_TextChanged(object sender, EventArgs e) { if (!Text.Contains("*")) { + Text = Text.Insert(0, "*"); } } else