fix: dont use evenmask

This commit is contained in:
DreamMaoMao 2025-12-03 17:22:19 +08:00
parent f9fb00d6d2
commit 58cd703647
4 changed files with 92 additions and 178 deletions

View file

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