🚧 WIP: add a new build-in picbed: sftp

This commit is contained in:
萌萌哒赫萝
2023-08-04 06:25:35 -07:00
parent 42e08f50a1
commit b882d42e10
3 changed files with 146 additions and 89 deletions

View File

@@ -2057,9 +2057,9 @@ async function handleMiniIconPath (evt: Event) {
const result = await invokeToMain('openFileSelectDialog')
if (result && result[0]) {
form.customMiniIcon = result[0]
saveConfig('settings.customMiniIcon', form.customMiniIcon)
$message.info($T('TIPS_NEED_RELOAD'))
}
saveConfig('settings.customMiniIcon', form.customMiniIcon)
$message.info($T('TIPS_NEED_RELOAD'))
}
function handleIsCustomMiniIcon (val: ICheckBoxValueType) {