mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-23 10:40:12 +08:00
🐛 #77, 修复偏好设置不生效问题
This commit is contained in:
@@ -169,7 +169,7 @@ const showSeparate = () => {
|
||||
const changeHideOnBlur = () => {
|
||||
let cfg = { ...config.value };
|
||||
cfg.perf.common.hideOnBlur = !cfg.perf.common.hideOnBlur;
|
||||
opConfig.set("perf", cfg.perf);
|
||||
opConfig.set(cfg.perf);
|
||||
config.value = cfg;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user