This commit is contained in:
Alexander 2019-08-20 00:09:52 +03:00
parent 7268898afb
commit 5e68ef592f

View file

@ -675,6 +675,11 @@ private void MainWindow_FormClosing(object sender, FormClosingEventArgs e)
ps.Save();
SaveConfirm(true);
if (CustomRTB.Text == "")
{
noExit = false;
}
if (noExit)
{
e.Cancel = true;