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 075d4979b6
commit 9196e2a50b
4 changed files with 205 additions and 96 deletions

View File

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