Skip to content

Commit 5cd7a25

Browse files
committed
Updated issue
Updated default settings
1 parent a1aa7b6 commit 5cd7a25

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Pomodoro Timer/Pomodoro Timer/App.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
<value>4</value>
2424
</setting>
2525
<setting name="workingSounds" serializeAs="String">
26-
<value>train.mp3</value>
26+
<value>Mute</value>
2727
</setting>
2828
<setting name="alarmSounds" serializeAs="String">
29-
<value>fan.mp3</value>
29+
<value>NoneAlarm</value>
3030
</setting>
3131
</Pomodoro_Timer.Properties.Settings>
3232
</userSettings>

Pomodoro Timer/Pomodoro Timer/Properties/Settings.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pomodoro Timer/Pomodoro Timer/Properties/Settings.settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<Value Profile="(Default)">4</Value>
1616
</Setting>
1717
<Setting Name="workingSounds" Type="System.String" Scope="User">
18-
<Value Profile="(Default)">train.mp3</Value>
18+
<Value Profile="(Default)">Mute</Value>
1919
</Setting>
2020
<Setting Name="alarmSounds" Type="System.String" Scope="User">
21-
<Value Profile="(Default)">fan.mp3</Value>
21+
<Value Profile="(Default)">NoneAlarm</Value>
2222
</Setting>
2323
</Settings>
2424
</SettingsFile>

0 commit comments

Comments
 (0)