1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

All: Added option to set date and time format

This commit is contained in:
Laurent Cozic
2017-11-28 18:02:54 +00:00
parent 6e23fead59
commit f9f5974267
6 changed files with 80 additions and 16 deletions

View File

@ -64,8 +64,6 @@ class AlarmService {
}
}
console.info('NOTE', note, Note.needAlarm(note));
if (isDeleted ||
!Note.needAlarm(note) ||
(alarm && alarm.trigger_time !== note.todo_due))
@ -124,7 +122,6 @@ class AlarmService {
}
// TODO: inner notifications (when app is active)
// TODO: locale-dependent format
// TODO: status to view active notifications
}