mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Swapped the app name and the file name in the window title
This commit is contained in:
parent
b8b3cccc13
commit
90dbc12f3d
1 changed files with 1 additions and 0 deletions
|
|
@ -959,6 +959,7 @@ private void RichTextBox_TextChanged(object sender, EventArgs e)
|
|||
{
|
||||
if (!Text.Contains("*"))
|
||||
{
|
||||
Text = Text.Insert(0, "*");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue