[Feature] Option OpenDirectoryWithOneClick default false (#392), 1.2.9.12

This commit is contained in:
Markus Hofknecht 2022-06-06 14:00:17 +02:00
parent 76cde235c9
commit 81dd170b62
3 changed files with 4 additions and 4 deletions

View file

@ -39,5 +39,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.9.11")]
[assembly: AssemblyFileVersion("1.2.9.11")]
[assembly: AssemblyVersion("1.2.9.12")]
[assembly: AssemblyFileVersion("1.2.9.12")]

View file

@ -302,7 +302,7 @@ namespace SystemTrayMenu.Properties
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("true")]
[global::System.Configuration.DefaultSettingValueAttribute("false")]
public bool OpenDirectoryWithOneClick
{
get

View file

@ -1208,7 +1208,7 @@ namespace SystemTrayMenu.UserInterface
checkBoxShowInTaskbar.Checked = true;
checkBoxSendHotkeyInsteadKillOtherInstances.Checked = false;
checkBoxOpenItemWithOneClick.Checked = true;
checkBoxOpenDirectoryWithOneClick.Checked = true;
checkBoxOpenDirectoryWithOneClick.Checked = false;
radioButtonSystemSettingsShowHiddenFiles.Checked = true;
radioButtonNeverShowHiddenFiles.Checked = false;