From 7e46f2090fa139a51697fa40cb8970140c6bc43e Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 15 Feb 2022 15:46:45 +0100 Subject: [PATCH] using new function --- frontend/src/scripts/elements/keymap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/scripts/elements/keymap.ts b/frontend/src/scripts/elements/keymap.ts index 422f669c7..3d3a10a1f 100644 --- a/frontend/src/scripts/elements/keymap.ts +++ b/frontend/src/scripts/elements/keymap.ts @@ -109,7 +109,7 @@ export async function flashKey(key: string, correct: boolean): Promise { key = ".key-split-space"; } - const themecolors = await ThemeColors.get(); + const themecolors = await ThemeColors.getAll(); try { if (correct || Config.blindMode) {