1
0

feat(task): save currently opened task with control/meta + s

This commit is contained in:
kolaente
2023-10-11 17:44:17 +02:00
parent 40538df392
commit f0b340a9c7
4 changed files with 27 additions and 4 deletions

View File

@ -883,7 +883,8 @@
"description": "Toggle editing of the task description",
"delete": "Delete this task",
"priority": "Change the priority of this task",
"favorite": "Mark this task as favorite / unfavorite"
"favorite": "Mark this task as favorite / unfavorite",
"save": "Save the current task"
},
"project": {
"title": "Project Views",