updated notification title

This commit is contained in:
Abhinav-grd 2021-04-09 16:08:48 +05:30
parent 9bb0b472a1
commit a1fda14929

View file

@ -103,7 +103,7 @@ ipcMain.on('update-tray', (event, args) => {
ipcMain.on('send-notification', (event, args) => {
const notification = {
title: 'electron frame | ente.io desktop-app',
title: 'Ente Desktop',
body: args,
};
new Notification(notification).show();