mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 21:42:01 +00:00
disable hover highlight due to performance issues.
This commit is contained in:
@@ -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>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user