mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
refactor: rename task settings field
This commit is contained in:
parent
a617ff4e29
commit
73c9c05c32
6 changed files with 12 additions and 12 deletions
|
|
@ -41,10 +41,10 @@ export const MIGRATIONS: SchemaMigration[] = [
|
|||
|
||||
const migratedTasksConfig = {
|
||||
...state.tasks,
|
||||
isConfirmBeforeTaskDelete: state.misc.isConfirmBeforeTaskDelete ?? false,
|
||||
isConfirmBeforeDelete: state.misc.isConfirmBeforeTaskDelete ?? false,
|
||||
isAutoAddWorkedOnToToday: state.misc.isAutoAddWorkedOnToToday ?? false,
|
||||
isAutoMarkParentAsDone: state.misc.isAutMarkParentAsDone ?? false,
|
||||
isTrayShowCurrentTask: state.misc.isTrayShowCurrentTask ?? false,
|
||||
isTrayShowCurrent: state.misc.isTrayShowCurrentTask ?? false,
|
||||
isMarkdownFormattingInNotesEnabled: !(state.misc.isTurnOffMarkdown ?? false),
|
||||
defaultProjectId: state.misc.defaultProjectId ?? null,
|
||||
notesTemplate: state.misc.taskNotesTpl ?? '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue