Skip to content

Commit 89c84e3

Browse files
Jan-Hendrik Diederichjcgay
authored andcommitted
Removed no longer existing parameter for BurntNotificationToast '-AppId'
Fixes #12 #11
1 parent cdc42b2 commit 89c84e3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

send-notification/src/main/java/fr/jcgay/notification/notifier/burnttoast/BurntToastNotifier.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ public void send(Notification notification) {
3232
.append("', '")
3333
.append(notification.message())
3434
.append("' -AppLogo ")
35-
.append(notification.icon().asPath())
36-
.append(" -AppId '")
37-
.append(application.id())
38-
.append("'");
35+
.append(notification.icon().asPath());
3936

4037
if (configuration.sound() == null) {
4138
command.append(" -Silent");

0 commit comments

Comments
 (0)