using new function

This commit is contained in:
Miodec 2022-02-15 15:46:45 +01:00
parent ac8bd2fdcd
commit 7e46f2090f

View file

@ -109,7 +109,7 @@ export async function flashKey(key: string, correct: boolean): Promise<void> {
key = ".key-split-space";
}
const themecolors = await ThemeColors.get();
const themecolors = await ThemeColors.getAll();
try {
if (correct || Config.blindMode) {