mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Fix BUGZ-1062: Set the correct Settings value for bubble tools
This commit is contained in:
parent
d1199f9e1d
commit
510c922912
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ void AvatarInputs::setShowBubbleTools(bool showBubbleTools) {
|
|||
return;
|
||||
|
||||
_showBubbleTools = showBubbleTools;
|
||||
showBubbleToolsSetting.set(_showAudioTools);
|
||||
showBubbleToolsSetting.set(_showBubbleTools);
|
||||
emit showBubbleToolsChanged(_showBubbleTools);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue