Skip to content

Commit

Permalink
Update default settings, update script version
Browse files Browse the repository at this point in the history
  • Loading branch information
deankevorkian committed Oct 17, 2021
1 parent fff4f20 commit 8f0a625
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions RGBMasterWPFRunner/Settings1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions RGBMasterWPFRunner/Settings1.settings
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Profiles />
<Settings>
<Setting Name="ToggleDeviceOnCheck" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="MusicEffectAudioPoints" Type="System.String" Scope="User">
<Value Profile="(Default)" />
Expand All @@ -18,7 +18,7 @@
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="MusicEffectSmoothness" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
<Value Profile="(Default)">200</Value>
</Setting>
<Setting Name="StaticColorEffectSmoothness" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
Expand All @@ -27,19 +27,19 @@
<Value Profile="(Default)" />
</Setting>
<Setting Name="GradientEffectDelayInterval" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="GradientEffectRelativeSmoothness" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
<Value Profile="(Default)">200</Value>
</Setting>
<Setting Name="DominantDisplayColorEffectRelativeSmoothness" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
<Value Profile="(Default)">200</Value>
</Setting>
<Setting Name="DominantDisplayColorEffectSyncBrightnessByHSL" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="CursorColorEffectRelativeSmoothness" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
<Value Profile="(Default)">200</Value>
</Setting>
<Setting Name="CursorColorEffectSyncBrightnessByHSL" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
Expand Down
2 changes: 1 addition & 1 deletion RGBMasterWap/SignAndInstallApp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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....."

Expand Down

0 comments on commit 8f0a625

Please sign in to comment.