mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 02:24:09 +02:00
Default audio meter overlay to "on"
This commit is contained in:
parent
8e214d8ee8
commit
2a7e8c6f89
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue