We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc42b2 commit 89c84e3Copy full SHA for 89c84e3
send-notification/src/main/java/fr/jcgay/notification/notifier/burnttoast/BurntToastNotifier.java
@@ -32,10 +32,7 @@ public void send(Notification notification) {
32
.append("', '")
33
.append(notification.message())
34
.append("' -AppLogo ")
35
- .append(notification.icon().asPath())
36
- .append(" -AppId '")
37
- .append(application.id())
38
- .append("'");
+ .append(notification.icon().asPath());
39
40
if (configuration.sound() == null) {
41
command.append(" -Silent");
0 commit comments