Fixed file naming template

This commit is contained in:
Michael Bucari-Tovo 2022-06-20 17:37:52 -06:00
parent e787d33e5a
commit df583e73c2
2 changed files with 34 additions and 16 deletions

View file

@ -140,12 +140,11 @@ namespace LibationWinForms.Dialogs
richTextBox1.SelectionFont = reg;
if (isChapterTitle)
{
richTextBox1.SelectionFont = bold;
richTextBox1.AppendText(chapterTitle);
if (isChapterTitle)
richTextBox1.AppendText(chapterTitle);
return;
}
richTextBox1.AppendText(slashWrap(books));
richTextBox1.AppendText(sing);