Bug fix for #141

This commit is contained in:
Robert McRackan 2021-10-27 20:45:21 -04:00
parent 7eb7b2a0f9
commit ad5efbd9a9
7 changed files with 12 additions and 6 deletions

View file

@ -105,19 +105,25 @@ namespace LibationWinForms.Dialogs
private void folderTemplateBtn_Click(object sender, EventArgs e)
{
TEMP_TEMP_TEMP();
}
private void fileTemplateBtn_Click(object sender, EventArgs e)
{
TEMP_TEMP_TEMP();
}
private void chapterFileTemplateBtn_Click(object sender, EventArgs e)
{
TEMP_TEMP_TEMP();
}
private void TEMP_TEMP_TEMP()
=> MessageBox.Show("Sorry, not yet. Coming soon :)");
private void saveBtn_Click(object sender, EventArgs e)
{
var newBooks = booksSelectControl.SelectedDirectory;