Format line length to 80 instead of 100
This commit is contained in:
parent
be0c0e278a
commit
2ece711c2e
27 changed files with 161 additions and 96 deletions
|
@ -10,9 +10,15 @@
|
|||
// icon: "file:///C:/Path/To/Your/Image.png"
|
||||
// });
|
||||
|
||||
// windowsNotification.onshow = function () { console.log("Notification shown") };
|
||||
// windowsNotification.onclick = function () { console.log("Notification clicked") };
|
||||
// windowsNotification.onclose = function () { console.log("Notification dismissed") };
|
||||
// windowsNotification.onshow = function () {
|
||||
// console.log("Notification shown")
|
||||
// };
|
||||
// windowsNotification.onclick = function () {
|
||||
// console.log("Notification clicked")
|
||||
// };
|
||||
// windowsNotification.onclose = function () {
|
||||
// console.log("Notification dismissed")
|
||||
// };
|
||||
|
||||
#ifndef BRIGHTRAY_BROWSER_WIN_NOTIFICATION_PRESENTER_WIN_H_
|
||||
#define BRIGHTRAY_BROWSER_WIN_NOTIFICATION_PRESENTER_WIN_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue