lastfm / lastfm-windows-desktop

Last.fm Desktop app for Windows (3.0)
GNU General Public License v3.0
10 stars 2 forks source link

Notifications should be quiet #9

Closed ben-xo closed 7 years ago

ben-xo commented 7 years ago

As a music related app, we would like notifications not to make any sound.

(Also: no need for "accepted / rejected" in the message. The acceptance messages should be logged silently.)

VorTechS commented 7 years ago

I've removed the calls to the Windows Notification System (BalloonTip) and replaced them with my own notification system, easily accessible from a helper function. [Uses Transitions.cs a library taken from somewhere on the Web a long time ago, and tweaked a smidge]