You've already forked joplin
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:
@ -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
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user