Skip to content

Commit

Permalink
Upgrade settings on new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo1991 committed Jan 2, 2019
1 parent 77ab585 commit 89c5361
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions YChan/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
<setting name="warnOnClose" serializeAs="String">
<value>True</value>
</setting>
<setting name="UpdateSettings" serializeAs="String">
<value>True</value>
</setting>
</YChan.Properties.Settings>
</userSettings>
</configuration>
12 changes: 12 additions & 0 deletions YChan/Properties/Settings.Designer.cs

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

3 changes: 3 additions & 0 deletions YChan/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
<Setting Name="warnOnClose" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="UpdateSettings" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>

0 comments on commit 89c5361

Please sign in to comment.