移除`windows`建议开机自启的提示

pull/401/head
starknt 2024-11-25 16:56:18 +08:00
parent cd4ffe6df3
commit e83527ae2e
1 changed files with 1 additions and 4 deletions

View File

@ -264,7 +264,7 @@ export default {
this.$confirm({
title: '确定要恢复出厂设置吗?',
width: 610,
content: (h) => (
content: h => (
<div class="restore-factory-settings">
<hr />
<p>
@ -329,9 +329,6 @@ export default {
<a-button class="md-mr-10" icon="profile" @click="openLog()">
日志
</a-button>
<div class="form-help">
windows下建议开启开机自启<a @click="openExternal('https://github.com/docmirror/dev-sidecar/blob/master/doc/recover.md')"></a>
</div>
</a-form-item>
<a-form-item v-if="systemPlatform === 'mac'" label="隐藏Dock图标" :label-col="labelCol" :wrapper-col="wrapperCol">
<a-checkbox v-model="config.app.dock.hideWhenWinClose">