Skip to content

Commit

Permalink
chore: remove redundant sound player, fix versioning in json
Browse files Browse the repository at this point in the history
Signed-off-by: Russell Camo <[email protected]>
  • Loading branch information
russkyc committed Sep 18, 2023
1 parent 4dee1fa commit b78e49a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions GroomWise.Application/ViewModels/DashboardViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ public void NotifyOnAppointmentStart()
{
return;
}

var player = new SoundPlayer("notification.wav");
player.Load();
player.Play();
}

public void SetDate()
Expand Down
2 changes: 1 addition & 1 deletion GroomWise.WPF/GroomWise.Settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"darkMode": true,
"colorTheme": "Teal",
"version": "0.12.1",
"version": "0.12.2",
"dbConnection": "",
"toastCooldown": 5.0,
"multiUser": true,
Expand Down

0 comments on commit b78e49a

Please sign in to comment.