mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Improved text change detection
This commit is contained in:
parent
d289e2300e
commit
040a70d181
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ private void MainWindow_FormClosing(object sender, FormClosingEventArgs e)
|
|||
|
||||
ps.Save();
|
||||
|
||||
if (customRTB.Modified == true)
|
||||
{
|
||||
string f = "Unnamed.cnp";
|
||||
string NameWithotPath;
|
||||
|
|
|
|||
Loading…
Reference in a new issue