Skip to content

Commit

Permalink
checkUpdate desc
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaTsuk1 committed Sep 22, 2024
1 parent f5d3fcb commit 424c6a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/dialog/SettingDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ const colorModeOptions = computed(() => [
</v-list-item>
<v-list-item>
<v-list-item-title>{{ $t('config.checkUpdate') }}</v-list-item-title>
<v-list-item-subtitle>
{{ $t('config.desc.checkUpdate') }}
</v-list-item-subtitle>
<template #append>
<v-list-item-action>
<v-checkbox-btn v-model="config.checkUpdate" />
Expand Down
1 change: 1 addition & 0 deletions src/locales/en-US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ config:
scheduledExportPath: Click to select the save path
runAsAdmin: Start the computer as an admin to increase the permissions of the automatic monitoring
restartService: After changing the port, click to restart the service
checkUpdate: Automatically pop up an update pop-up window
tooltip:
runAsAdmin: Not recommended to enable (unstable operation)
tab:
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh-CN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ config:
scheduledExportPath: 点击选择保存路径
runAsAdmin: 以管理员身份开机启动,提高自动监听获取窗口的权限
restartService: 更改端口号后,点击重启服务
checkUpdate: 主动弹出更新弹窗
tooltip:
runAsAdmin: 不推荐开启(运行不稳定)
tab:
Expand Down

0 comments on commit 424c6a3

Please sign in to comment.