mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-11 18:10:32 +08:00
🔨 Refactor: fix hidedock setting
This commit is contained in:
@@ -1244,6 +1244,7 @@ function updateHelperChange (val: ICheckBoxValueType) {
|
||||
function handleHideDockChange (val: ICheckBoxValueType) {
|
||||
if (val && currentStartMode.value === 'no-tray') {
|
||||
ElMessage.warning($T('SETTINGS_ISHIDEDOCK_TIPS'))
|
||||
form.isHideDock = false
|
||||
return
|
||||
}
|
||||
saveConfig('settings.isHideDock', val)
|
||||
|
||||
Reference in New Issue
Block a user