mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Update notification
This commit is contained in:
@@ -3,6 +3,7 @@ import notifier from 'node-notifier';
|
|||||||
export default function notification({title, message}) {
|
export default function notification({title, message}) {
|
||||||
notifier.notify({
|
notifier.notify({
|
||||||
title: title,
|
title: title,
|
||||||
message: message
|
message: message,
|
||||||
|
icon: 'https://user-images.githubusercontent.com/4596862/54868065-c2aea200-4d5e-11e9-9ce3-e0013c15f48c.png'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user