Answer the question
In order to leave comments, you need to log in
How to remove "electron.app.Electron" signature from standard electron notifications?
On Windows, when a notification is opened, "electron.app.Electron" is displayed under the message text. How to get rid of it, or better - replace it with your own text? Chet did not find for some reason.
if (Notification.isSupported()) {
const notif = new Notification({
title: data.threadName,
body: data.message,
icon: nativeImage.createFromPath('./images/icons/png/32x32.png')
});
notif.show();
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question