You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add new setting of default position of new tasks
A new setting in "Misc Settings" is added to let user choose the default choice of the toggle at the new task bar, which controls where a new task is placed: either at the 'top of list', or the 'bottom of list'.
Copy file name to clipboardexpand all lines: src/assets/i18n/en.json
+3
Original file line number
Diff line number
Diff line change
@@ -1432,9 +1432,12 @@
1432
1432
"ZH_TW": "中文(繁體)"
1433
1433
},
1434
1434
"MISC": {
1435
+
"ADD_TO_BOTTOM": "Bottom of list",
1436
+
"ADD_TO_TOP": "Top of list",
1435
1437
"DEFAULT_PROJECT": "Default project to use for tasks if none is specified",
1436
1438
"FIRST_DAY_OF_WEEK": "First day of the week",
1437
1439
"HELP": "<p><strong>Not seeing Desktop Notifications?</strong> For windows you might want to check System > Notifications & actions and check if the required notifications have been enabled.</p>",
1440
+
"IS_ADD_TO_BOTTOM": "Default position of new tasks",
1438
1441
"IS_AUTO_ADD_WORKED_ON_TO_TODAY": "Automatically add today tag to worked on tasks",
1439
1442
"IS_AUTO_MARK_PARENT_AS_DONE": "Mark parent task as done, when all sub tasks are done",
1440
1443
"IS_CONFIRM_BEFORE_EXIT": "Confirm before exiting the app",
0 commit comments