зеркало из https://github.com/mozilla/gecko-dev.git
Bug 852049 - [Audio] The default value of Master Volume should be 1.0 if settings don't set a value. r=mwu
This commit is contained in:
Родитель
192f030a70
Коммит
2d200f5bf8
|
@ -63,7 +63,7 @@ var SettingsListener = {
|
|||
SettingsListener.init();
|
||||
|
||||
// =================== Audio ====================
|
||||
SettingsListener.observe('audio.volume.master', 0.5, function(value) {
|
||||
SettingsListener.observe('audio.volume.master', 1.0, function(value) {
|
||||
let audioManager = Services.audioManager;
|
||||
if (!audioManager)
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче