From ad5efbd9a9678add4d9fedc9ade82be33e4f85f9 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 27 Oct 2021 20:45:21 -0400 Subject: [PATCH] Bug fix for #141 --- AaxDecrypter/AaxDecrypter.csproj | 2 +- LibationWinForms/Dialogs/SettingsDialog.cs | 6 ++++++ _Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj | 2 +- _Tests/FileLiberator.Tests/FileLiberator.Tests.csproj | 2 +- _Tests/FileManager.Tests/FileManager.Tests.csproj | 2 +- .../LibationFileManager.Tests.csproj | 2 +- .../LibationSearchEngine.Tests.csproj | 2 +- 7 files changed, 12 insertions(+), 6 deletions(-) diff --git a/AaxDecrypter/AaxDecrypter.csproj b/AaxDecrypter/AaxDecrypter.csproj index df56e03f..00b12ee2 100644 --- a/AaxDecrypter/AaxDecrypter.csproj +++ b/AaxDecrypter/AaxDecrypter.csproj @@ -5,7 +5,7 @@ - + diff --git a/LibationWinForms/Dialogs/SettingsDialog.cs b/LibationWinForms/Dialogs/SettingsDialog.cs index c5349c53..e148fc54 100644 --- a/LibationWinForms/Dialogs/SettingsDialog.cs +++ b/LibationWinForms/Dialogs/SettingsDialog.cs @@ -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; diff --git a/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj b/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj index ab080aaa..533c5ffd 100644 --- a/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj +++ b/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj @@ -8,7 +8,7 @@ - + diff --git a/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj b/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj index 74b48951..c6b6963e 100644 --- a/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj +++ b/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj @@ -8,7 +8,7 @@ - + diff --git a/_Tests/FileManager.Tests/FileManager.Tests.csproj b/_Tests/FileManager.Tests/FileManager.Tests.csproj index af8a951b..13c7ce68 100644 --- a/_Tests/FileManager.Tests/FileManager.Tests.csproj +++ b/_Tests/FileManager.Tests/FileManager.Tests.csproj @@ -8,7 +8,7 @@ - + diff --git a/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj b/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj index 0aaf853d..fcbd598a 100644 --- a/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj +++ b/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj @@ -8,7 +8,7 @@ - + diff --git a/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj b/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj index 6e1543bb..8a25987e 100644 --- a/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj +++ b/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj @@ -8,7 +8,7 @@ - +