修复重名问题
parent
364260b070
commit
3150b12b99
|
@ -130,7 +130,7 @@ div(:class="$style.main")
|
|||
p
|
||||
material-btn(:class="$style.btn" min @click="handleChangeSavePath") {{$t('view.setting.download_path_change_btn')}}
|
||||
dd
|
||||
h3#download_name {{$t('view.setting.download_use_other_source')}}
|
||||
h3#download_use_other_source {{$t('view.setting.download_use_other_source')}}
|
||||
div
|
||||
material-checkbox(id="setting_download_isUseOtherSource" v-model="current_setting.download.isUseOtherSource" :label="$t('view.setting.is_enable')")
|
||||
div
|
||||
|
|
Loading…
Reference in New Issue