disable hover highlight due to performance issues.

This commit is contained in:
Evan
2025-04-06 12:24:57 -07:00
parent 5fe1d522de
commit 15c2cc192f
3 changed files with 7 additions and 9 deletions
+2 -2
View File
@@ -205,7 +205,7 @@ export class OptionsMenu extends LitElement implements Layer {
? "Opens menu"
: "Attack"),
})}
${button({
<!-- ${button({
onClick: this.onToggleFocusLockedButtonClick,
title: "Lock Focus",
children:
@@ -213,7 +213,7 @@ export class OptionsMenu extends LitElement implements Layer {
(this.userSettings.focusLocked()
? "Focus locked"
: "Hover focus"),
})}
})} -->
</div>
</div>
`;