Fix typos, mistake, and from PR 3677 a wrong test

This commit is contained in:
VariableVince
2026-04-22 01:49:32 +02:00
parent 91be76607f
commit c5d8fe69c3
4 changed files with 9 additions and 7 deletions
+2 -1
View File
@@ -384,7 +384,8 @@ export class HelpModal extends BaseModal {
<tr class="hover:bg-white/5 transition-colors">
<td class="py-3 pl-4 border-b border-white/5">
<div class="inline-flex items-center gap-2">
${this.renderKey(keybinds.emojiMenuModifier)}
${this.renderKey("Alt")}
<!-- Listens to e.altKey, either AltLeft or AltRight -->
<span class="text-white/40 font-bold">+</span>
${this.renderKey(keybinds.resetGfx)}
</div>