opt: use event mask to decide whether print ipc message

This commit is contained in:
DreamMaoMao 2025-12-02 16:46:11 +08:00
parent 5771770eeb
commit ca3ff578fa
4 changed files with 205 additions and 98 deletions

View file

@ -3123,6 +3123,6 @@ void reset_option(void) {
int reload_config(const Arg *arg) {
parse_config();
reset_option();
printstatus();
printstatus(PRINT_ALL);
return 0;
}