From 76cde235c9545e2fa7b292f6c17c89c40ea72f9b Mon Sep 17 00:00:00 2001 From: Markus Hofknecht Date: Sun, 5 Jun 2022 15:39:54 +0200 Subject: [PATCH] [Feature] Option to store log file at application directory instead into AppData (#371), version 1.2.9.11 --- UserInterface/SettingsForm.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UserInterface/SettingsForm.cs b/UserInterface/SettingsForm.cs index 1433b99..bf6dc27 100644 --- a/UserInterface/SettingsForm.cs +++ b/UserInterface/SettingsForm.cs @@ -820,7 +820,8 @@ namespace SystemTrayMenu.UserInterface RemoveSetFolderByWindowsContextMenu(); } - if (checkBoxSaveLogFileInApplicationDirectory.Checked) + Settings.Default.SaveLogFileInApplicationDirectory = checkBoxSaveLogFileInApplicationDirectory.Checked; + if (Settings.Default.SaveLogFileInApplicationDirectory) { try {