change to weekly new words

This commit is contained in:
adueck 2024-04-10 13:30:00 +03:00
parent b51441f2ad
commit b33dac04a3
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ import { searchAllInflections } from "./lib/search-all-inflections";
import { addToWordlist } from "./lib/wordlist-database";
import ScriptToPhonetics from "./screens/ScriptToPhonetics";
const newWordsPeriod: "week" | "month" = "month";
const newWordsPeriod: "week" | "month" = "week";
// to allow Moustrap key combos even when input fields are in focus
Mousetrap.prototype.stopCallback = function () {