fix: remove second notification on undo task update (#1060)

fix: remove undo success toast
This commit is contained in:
Dominik Pschenitschni 2025-07-01 21:00:01 +02:00 committed by GitHub
parent b9ddb48db4
commit 4090b13772
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -308,7 +308,6 @@ async function markAsDone(checked: boolean, wasReverted: boolean = false) {
updateDueDate()
if (wasReverted) {
success({message: t('task.revertSuccess')})
return
}

View File

@ -752,7 +752,6 @@
"addReminder": "Add a reminder…",
"doneSuccess": "The task was successfully marked as done.",
"undoneSuccess": "The task was successfully un-marked as done.",
"revertSuccess": "The task change was successfully undone.",
"undo": "Undo",
"openDetail": "Open task detail view",
"checklistTotal": "{checked} of {total} tasks",