Skip to content

Commit

Permalink
Merge pull request #104 from t3knomanzer/update-defaults
Browse files Browse the repository at this point in the history
Updating sleepAfterSeconds default to 5
  • Loading branch information
t3knomanzer authored Jul 31, 2020
2 parents f227427 + 70b555d commit b09f3ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Desktop/Application/MaxMix/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<value>True</value>
</setting>
<setting name="SleepAfterSeconds" serializeAs="String">
<value>15</value>
<value>5</value>
</setting>
<setting name="ContinuousScroll" serializeAs="String">
<value>True</value>
Expand Down
4 changes: 2 additions & 2 deletions Desktop/Application/MaxMix/Properties/Settings.Designer.cs

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

2 changes: 1 addition & 1 deletion Desktop/Application/MaxMix/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="SleepAfterSeconds" Type="System.Int32" Scope="User">
<Value Profile="(Default)">15</Value>
<Value Profile="(Default)">5</Value>
</Setting>
<Setting Name="ContinuousScroll" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
Expand Down

0 comments on commit b09f3ca

Please sign in to comment.