Skip to content

Commit

Permalink
Removed no longer existing parameter for BurntNotificationToast '-AppId'
Browse files Browse the repository at this point in the history
Fixes #12 #11
  • Loading branch information
Jan-Hendrik Diederich authored and jcgay committed Mar 24, 2019
1 parent cdc42b2 commit 89c84e3
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ public void send(Notification notification) {
.append("', '")
.append(notification.message())
.append("' -AppLogo ")
.append(notification.icon().asPath())
.append(" -AppId '")
.append(application.id())
.append("'");
.append(notification.icon().asPath());

if (configuration.sound() == null) {
command.append(" -Silent");
Expand Down

0 comments on commit 89c84e3

Please sign in to comment.