We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562f3c2 commit 4093a49Copy full SHA for 4093a49
src/main.ts
@@ -34,7 +34,8 @@ app.config.globalProperties.$builtInPicBed = [
34
'upyun',
35
'aliyun',
36
'github',
37
- 'webdavplist'
+ 'webdavplist',
38
+ 'local'
39
]
40
app.config.unwrapInjectedRef = true
41
src/renderer/layouts/Main.vue
@@ -105,7 +105,7 @@
105
</el-sub-menu>
106
<el-menu-item :index="routerConfig.SETTING_PAGE">
107
<el-icon>
108
- <Setting />
+ <Tools />
109
</el-icon>
110
<span>{{ $T('PICLIST_SETTINGS') }}</span>
111
</el-menu-item>
@@ -235,7 +235,7 @@
235
<script lang="ts" setup>
236
// import { Component, Vue, Watch } from 'vue-property-decorator'
237
import {
238
- Setting,
+ Tools,
239
UploadFilled,
240
PictureFilled,
241
Menu,
0 commit comments