Revert "disabled result saving when practicing missed or slow words"

This reverts commit d23d3ccf89.
This commit is contained in:
Miodec 2023-06-06 13:58:09 +02:00
parent 895c6738cb
commit 01997442d8

View file

@ -1225,10 +1225,6 @@ async function saveResult(
completedEvent: CompletedEvent,
isRetrying: boolean
): Promise<void> {
if (PractiseWords.before.mode !== null) {
return;
}
if (!TestState.savingEnabled) {
Notifications.add("Result not saved: disabled by user", -1, {
duration: 3,