fix: keymaps not showing

This commit is contained in:
Miodec 2024-01-31 13:51:37 +01:00
parent 0124ee6345
commit 9e394beb41

View file

@ -175,7 +175,7 @@ export async function refresh(
}
let rowElement = "";
if (row === "row1" && (!showTopRow || isSteno)) {
return;
continue;
}
if (
@ -199,7 +199,7 @@ export async function refresh(
}
if (row === "row5") {
if (isSteno) return;
if (isSteno) continue;
const layoutDisplay = layoutString.replace(/_/g, " ");
let letterStyle = "";
if (Config.keymapLegendStyle === "blank") {