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 {