small formatting changes

This commit is contained in:
Sem Visscher
2021-02-01 20:23:46 +01:00
parent c1ee58b47f
commit df627788c9

View File

@ -23,8 +23,8 @@ module.exports = (win) => {
// Create a notification // Create a notification
let notification = new Notification( { let notification = new Notification( {
title:'', title: "",
body: '', body: "",
icon: "assets/youtube-music.png", icon: "assets/youtube-music.png",
silent: true, silent: true,
}); });