Merge pull request #13087 from kencooke/audio-meter-default

Fix MS14640: Default audio meter overlay to "on"
This commit is contained in:
Ken Cooke 2018-05-03 09:29:30 -07:00 committed by GitHub
commit 9e7fceccc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
static AvatarInputs* INSTANCE{ nullptr };
Setting::Handle<bool> showAudioToolsSetting { QStringList { "AvatarInputs", "showAudioTools" }, false };
Setting::Handle<bool> showAudioToolsSetting { QStringList { "AvatarInputs", "showAudioTools" }, true };
AvatarInputs* AvatarInputs::getInstance() {
if (!INSTANCE) {