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:
SonOfGib 2025-01-07 18:06:00 -05:00
parent a5cdf161ad
commit 075c356122
No known key found for this signature in database
GPG Key ID: AAC7AE796C4F06D6

View File

@ -187,6 +187,7 @@ void Configuration::reset()
musicAudioChannelEnabled_ = true;
speechAudiochannelEnabled_ = true;
audioOutputBackendType_ = AudioOutputBackendType::QT;
wirelessProjectionEnabled_ = true;
}
void Configuration::save()