clang-format
This commit is contained in:
parent
0d462f5608
commit
55ac28769a
5 changed files with 32 additions and 38 deletions
|
@ -118,9 +118,9 @@ void ConfigureAudio::ApplyConfiguration() {
|
|||
ui->volume_slider->maximum());
|
||||
}
|
||||
} else {
|
||||
ConfigurationShared::ApplyPerGameSetting(
|
||||
&Settings::values.enable_audio_stretching, ui->toggle_audio_stretching,
|
||||
trackers.enable_audio_stretching);
|
||||
ConfigurationShared::ApplyPerGameSetting(&Settings::values.enable_audio_stretching,
|
||||
ui->toggle_audio_stretching,
|
||||
trackers.enable_audio_stretching);
|
||||
if (ui->volume_combo_box->currentIndex() == 0) {
|
||||
Settings::values.volume.SetGlobal(true);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue