add changeProfileDebounce

This commit is contained in:
chen08209
2024-05-04 21:51:40 +08:00
parent 184d2d117a
commit ecd1bcafd5
5 changed files with 51 additions and 22 deletions

View File

@@ -176,7 +176,6 @@ func applyConfig(isPatch bool) bool {
patchConfig(cfg.General)
} else {
executor.ApplyConfig(cfg, true)
}
return true
}