dt#update {{$t('setting__update')}}
dd
.gap-top
base-checkbox(id="setting__update_tryAutoUpdate" :modelValue="appSetting['common.tryAutoUpdate']" @update:modelValue="updateSetting({'common.tryAutoUpdate': $event})" :label="$t('setting__update_try_auto_update')")
.gap-top
p.small
| {{$t('setting__update_latest_label')}}{{versionInfo.newVersion ? versionInfo.newVersion.version : $t('setting__update_unknown')}}
p.small(@click="handleOpenDevTools") {{$t('setting__update_current_label')}}{{versionInfo.version}}
p.small(v-if="downloadProgress" style="line-height: 1.5;")
| {{$t('setting__update_downloading')}}
br
| {{$t('setting__update_progress')}}{{downloadProgress}}
template(v-if="versionInfo.newVersion")
p(v-if="versionInfo.isLatest")
span {{$t('setting__update_latest')}}
p(v-else-if="versionInfo.status != 'downloading'")
span {{ $t('setting__update_new_version') }}
p
base-btn.btn.gap-left(min @click="showUpdateModal") {{$t('setting__update_open_version_modal_btn')}}
p.small(v-else-if="versionInfo.status =='checking'") {{$t('setting__update_checking')}}