mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
Merge pull request #13087 from kencooke/audio-meter-default
Fix MS14640: Default audio meter overlay to "on"
This commit is contained in:
commit
9e7fceccc3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
static AvatarInputs* INSTANCE{ nullptr };
|
static AvatarInputs* INSTANCE{ nullptr };
|
||||||
|
|
||||||
Setting::Handle<bool> showAudioToolsSetting { QStringList { "AvatarInputs", "showAudioTools" }, false };
|
Setting::Handle<bool> showAudioToolsSetting { QStringList { "AvatarInputs", "showAudioTools" }, true };
|
||||||
|
|
||||||
AvatarInputs* AvatarInputs::getInstance() {
|
AvatarInputs* AvatarInputs::getInstance() {
|
||||||
if (!INSTANCE) {
|
if (!INSTANCE) {
|
||||||
|
|
Loading…
Reference in a new issue