mirror of
https://github.com/overte-org/overte.git
synced 2025-06-16 22:40:19 +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);
|
AvatarInputs.showBubbleToolsChanged.connect(showBubbleToolsChanged);
|
||||||
|
|
||||||
function onToggleHudShieldButton(menuItem) {
|
function onToggleHudShieldButton(menuItem) {
|
||||||
if (menuItem == menuItemName) {
|
if (menuItem === menuItemName) {
|
||||||
AvatarInputs.setShowBubbleTools(Menu.isOptionChecked(menuItem))
|
AvatarInputs.setShowBubbleTools(Menu.isOptionChecked(menuItem));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue