From 88cda41647e11c349d60f4e308ce2cdf1c2d1ced Mon Sep 17 00:00:00 2001 From: vapormusic Date: Sun, 31 Jul 2022 19:04:35 +0700 Subject: [PATCH] allow noti button on macs --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e4080a2..3c025836 100644 --- a/package.json +++ b/package.json @@ -228,7 +228,10 @@ "darkModeSupport": true, "target": [ "dmg" - ] + ], + "extendInfo": { + "NSUserNotificationAlertStyle": "alert" + } } } }