Wireless projection should default to true.
* When ini file was not present, the default value was set to false instead of true.
This commit is contained in:
parent
a5cdf161ad
commit
075c356122
@ -187,6 +187,7 @@ void Configuration::reset()
|
|||||||
musicAudioChannelEnabled_ = true;
|
musicAudioChannelEnabled_ = true;
|
||||||
speechAudiochannelEnabled_ = true;
|
speechAudiochannelEnabled_ = true;
|
||||||
audioOutputBackendType_ = AudioOutputBackendType::QT;
|
audioOutputBackendType_ = AudioOutputBackendType::QT;
|
||||||
|
wirelessProjectionEnabled_ = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Configuration::save()
|
void Configuration::save()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user