opt: optimize ipc event send

This commit is contained in:
DreamMaoMao 2026-05-28 12:45:30 +08:00
parent 21cd9dcf80
commit c3683bde74
6 changed files with 97 additions and 55 deletions

View file

@ -4008,6 +4008,6 @@ void reset_option(void) {
int32_t reload_config(const Arg *arg) {
parse_config();
reset_option();
printstatus();
printstatus(IPC_WATCH_ARRANGGE);
return 1;
}