mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 00:02:21 +02:00
Merge pull request #15952 from zfox23/setShowBubbleToolsCorrection
Fix BUGZ-1062: Set the correct Settings value for bubble tools
This commit is contained in:
commit
d62dde1ab8
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