From cd4d40e2bbaaad0ec4c8626dca100afe40fcfa52 Mon Sep 17 00:00:00 2001 From: FPG Schiba Date: Tue, 10 Oct 2023 18:58:37 +0200 Subject: [PATCH] #22 | Updated Keybinds and Assembly --- DCS-SR-Client/Properties/AssemblyInfo.cs | 4 ++-- DCS-SR-Client/Settings/ProfileSettingsStore.cs | 6 +++--- DCS-SR-Client/UI/ClientWindow/MainWindow.xaml.cs | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/DCS-SR-Client/Properties/AssemblyInfo.cs b/DCS-SR-Client/Properties/AssemblyInfo.cs index a7ad4bc6..bc455909 100644 --- a/DCS-SR-Client/Properties/AssemblyInfo.cs +++ b/DCS-SR-Client/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.1")] // DO NOT CHANGE THIS -[assembly: AssemblyFileVersion("1.2.1")] // DO NOT CHANGE THIS +[assembly: AssemblyVersion("0.0.0")] // DO NOT CHANGE THIS +[assembly: AssemblyFileVersion("0.0.0")] // DO NOT CHANGE THIS diff --git a/DCS-SR-Client/Settings/ProfileSettingsStore.cs b/DCS-SR-Client/Settings/ProfileSettingsStore.cs index a46cb570..ecb413e0 100644 --- a/DCS-SR-Client/Settings/ProfileSettingsStore.cs +++ b/DCS-SR-Client/Settings/ProfileSettingsStore.cs @@ -94,7 +94,7 @@ public string CurrentProfileName public static readonly Dictionary DefaultSettingsProfileSettings = new Dictionary() { - {ProfileSettingsKeys.RadioEffects.ToString(), "true"}, + {ProfileSettingsKeys.RadioEffects.ToString(), "false"}, {ProfileSettingsKeys.RadioEffectsClipping.ToString(), "false"}, {ProfileSettingsKeys.RadioEncryptionEffects.ToString(), "true"}, @@ -112,7 +112,7 @@ public string CurrentProfileName {ProfileSettingsKeys.RadioTxEffects_End.ToString(), "true"}, {ProfileSettingsKeys.MIDSRadioEffect.ToString(), "true"}, - {ProfileSettingsKeys.AutoSelectPresetChannel.ToString(), "true"}, + {ProfileSettingsKeys.AutoSelectPresetChannel.ToString(), "false"}, {ProfileSettingsKeys.AlwaysAllowHotasControls.ToString(),"false" }, {ProfileSettingsKeys.AllowDCSPTT.ToString(),"true" }, @@ -120,7 +120,7 @@ public string CurrentProfileName {ProfileSettingsKeys.RadioSwitchIsPTTOnlyWhenValid.ToString(), "false"}, {ProfileSettingsKeys.AlwaysAllowTransponderOverlay.ToString(), "false"}, - {ProfileSettingsKeys.PTTReleaseDelay.ToString(), "0"}, + {ProfileSettingsKeys.PTTReleaseDelay.ToString(), "100"}, {ProfileSettingsKeys.PTTStartDelay.ToString(), "0"}, {ProfileSettingsKeys.RadioBackgroundNoiseEffect.ToString(), "false"}, diff --git a/DCS-SR-Client/UI/ClientWindow/MainWindow.xaml.cs b/DCS-SR-Client/UI/ClientWindow/MainWindow.xaml.cs index 751b604d..3bbc1265 100644 --- a/DCS-SR-Client/UI/ClientWindow/MainWindow.xaml.cs +++ b/DCS-SR-Client/UI/ClientWindow/MainWindow.xaml.cs @@ -2181,6 +2181,5 @@ private void VOXMinimumRMS_ValueChanged(object sender, RoutedPropertyChangedEven if (VOXMinimumRMS.IsEnabled) _globalSettings.SetClientSetting(GlobalSettingsKeys.VOXMinimumDB, (double)e.NewValue); } - } } \ No newline at end of file