diff --git a/RGBMasterWPFRunner/Settings1.Designer.cs b/RGBMasterWPFRunner/Settings1.Designer.cs index 0c90e61..e327059 100644 --- a/RGBMasterWPFRunner/Settings1.Designer.cs +++ b/RGBMasterWPFRunner/Settings1.Designer.cs @@ -12,7 +12,7 @@ namespace RGBMasterWPFRunner { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] internal sealed partial class Settings1 : global::System.Configuration.ApplicationSettingsBase { private static Settings1 defaultInstance = ((Settings1)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings1()))); @@ -25,7 +25,7 @@ public static Settings1 Default { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool ToggleDeviceOnCheck { get { return ((bool)(this["ToggleDeviceOnCheck"])); @@ -85,7 +85,7 @@ public int MusicEffectBrightnessMode { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("0")] + [global::System.Configuration.DefaultSettingValueAttribute("200")] public int MusicEffectSmoothness { get { return ((int)(this["MusicEffectSmoothness"])); @@ -121,7 +121,7 @@ public string GradientEffectGradientPoints { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("0")] + [global::System.Configuration.DefaultSettingValueAttribute("400")] public int GradientEffectDelayInterval { get { return ((int)(this["GradientEffectDelayInterval"])); @@ -133,7 +133,7 @@ public int GradientEffectDelayInterval { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("0")] + [global::System.Configuration.DefaultSettingValueAttribute("200")] public int GradientEffectRelativeSmoothness { get { return ((int)(this["GradientEffectRelativeSmoothness"])); @@ -145,7 +145,7 @@ public int GradientEffectRelativeSmoothness { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("0")] + [global::System.Configuration.DefaultSettingValueAttribute("200")] public int DominantDisplayColorEffectRelativeSmoothness { get { return ((int)(this["DominantDisplayColorEffectRelativeSmoothness"])); @@ -169,7 +169,7 @@ public bool DominantDisplayColorEffectSyncBrightnessByHSL { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("0")] + [global::System.Configuration.DefaultSettingValueAttribute("200")] public int CursorColorEffectRelativeSmoothness { get { return ((int)(this["CursorColorEffectRelativeSmoothness"])); diff --git a/RGBMasterWPFRunner/Settings1.settings b/RGBMasterWPFRunner/Settings1.settings index dcbc959..1832835 100644 --- a/RGBMasterWPFRunner/Settings1.settings +++ b/RGBMasterWPFRunner/Settings1.settings @@ -3,7 +3,7 @@ - False + True @@ -18,7 +18,7 @@ 1 - 0 + 200 0 @@ -27,19 +27,19 @@ - 0 + 400 - 0 + 200 - 0 + 200 True - 0 + 200 True diff --git a/RGBMasterWap/SignAndInstallApp.ps1 b/RGBMasterWap/SignAndInstallApp.ps1 index cc38ef9..113b640 100644 --- a/RGBMasterWap/SignAndInstallApp.ps1 +++ b/RGBMasterWap/SignAndInstallApp.ps1 @@ -15,7 +15,7 @@ if ($WindowsDeveloperLicense.IsValid -ne $True) Write-Output "Developer mode is enabled." -$rgbMasterVersion = "2.4.0.0" +$rgbMasterVersion = "2.5.0.0" Write-Output "Installing rgbmaster certificate....."