Merge branch 'develop' of https://github.com/ciderapp/Cider into develop
This commit is contained in:
commit
8da51134b2
2 changed files with 2 additions and 8 deletions
|
@ -132,12 +132,6 @@ const CiderAudio = {
|
|||
"name": "Natural (Standard)",
|
||||
"description": "",
|
||||
},
|
||||
{
|
||||
"id": "NATURAL_HIGH",
|
||||
"file": './cideraudio/impulses/AtmosphereRealizer_NaturalHigh.wav',
|
||||
"name": "Natural (High)",
|
||||
"description": "",
|
||||
},
|
||||
{
|
||||
"id": "NATURAL_PLUS",
|
||||
"file": './cideraudio/impulses/AtmosphereRealizer_Natural+.wav',
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<small>{{$root.getLz('settings.option.audio.enableAdvancedFunctionality.atmosphereRealizerMode.description')}}</small>
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto">
|
||||
<select class="md-select" style="width:180px;"
|
||||
<select class="md-select" style="width:230px;"
|
||||
v-model="$root.cfg.audio.maikiwiAudio.atmosphereRealizer1_value"
|
||||
v-on:change="CiderAudio.hierarchical_loading();">
|
||||
<option v-for="profile in arprofiles" :value="profile.id">{{ getProfileLz("CAR", profile.id) }}</option>
|
||||
|
@ -88,7 +88,7 @@
|
|||
<small>{{$root.getLz('settings.option.audio.enableAdvancedFunctionality.atmosphereRealizerMode.description')}}</small>
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto">
|
||||
<select class="md-select" style="width:180px;"
|
||||
<select class="md-select" style="width:230px;"
|
||||
v-model="$root.cfg.audio.maikiwiAudio.atmosphereRealizer2_value"
|
||||
v-on:change="CiderAudio.hierarchical_loading();">
|
||||
<option v-for="profile in arprofiles" :value="profile.id">{{ getProfileLz("CAR", profile.id) }}</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue