Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar authored Aug 9, 2023
1 parent 37ef418 commit c98c380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EarTrumpet/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private void CompleteStartup()
DisplayFirstRunExperience();
}

private void updateTrayTooltip()
private void UpdateTrayTooltip()
{
_trayIcon.SetTooltip(CollectionViewModel.GetTrayToolTip());

Expand All @@ -137,7 +137,7 @@ private void trayIconScrolled(object _, int wheelDelta)
CollectionViewModel.Default?.IncrementVolume(Math.Sign(wheelDelta) * 2);
}

updateTrayTooltip();
UpdateTrayTooltip();
}

private void DisplayFirstRunExperience()
Expand Down

0 comments on commit c98c380

Please sign in to comment.