mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 03:22:27 +02:00
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
0cf71bd3e1
commit
a7dee4bb8a
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@
|
|||
AvatarInputs.showBubbleToolsChanged.connect(showBubbleToolsChanged);
|
||||
|
||||
function onToggleHudShieldButton(menuItem) {
|
||||
if (menuItem == menuItemName) {
|
||||
AvatarInputs.setShowBubbleTools(Menu.isOptionChecked(menuItem))
|
||||
if (menuItem === menuItemName) {
|
||||
AvatarInputs.setShowBubbleTools(Menu.isOptionChecked(menuItem));
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue