We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b92b26 commit 88aaf44Copy full SHA for 88aaf44
1 file changed
WLAPP/wlapp.js
@@ -299,7 +299,7 @@ async function showmsg2() {
299
await notify.sendNotify($.name, tz)
300
}
301
} else {
302
- if ((hour == 8 && minute <= 5) || (hour == 12 && minute <= 5) || (hour == 23 && minute <= 5)) {
+ if ((hour == 8 && minute <= 3) || (hour == 12 && minute <= 3) || (hour == 23 && minute <= 3)) {
303
$.msg(cc, '', tz);
304
305
0 commit comments