Merge pull request #15952 from zfox23/setShowBubbleToolsCorrection

Fix BUGZ-1062: Set the correct Settings value for bubble tools
This commit is contained in:
Zach Fox 2019-07-19 11:51:59 -07:00 committed by GitHub
commit d62dde1ab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ void AvatarInputs::setShowBubbleTools(bool showBubbleTools) {
return;
_showBubbleTools = showBubbleTools;
showBubbleToolsSetting.set(_showAudioTools);
showBubbleToolsSetting.set(_showBubbleTools);
emit showBubbleToolsChanged(_showBubbleTools);
}