mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-27 05:40:17 +00:00
fix event trigger
This commit is contained in:
parent
a503f68076
commit
efe9ca0346
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ void handle_message(int sockfd, char* message) {
|
|||
bar_needs_refresh = true;
|
||||
} else if (token_equals(command, DOMAIN_TRIGGER)) {
|
||||
char* rbr_msg = get_batch_line(&message);
|
||||
handle_domain_trigger(rsp, command, message);
|
||||
handle_domain_trigger(rsp, command, rbr_msg);
|
||||
free(rbr_msg);
|
||||
} else if (token_equals(command, DOMAIN_QUERY)) {
|
||||
handle_domain_query(rsp, command, message);
|
||||
|
|
Loading…
Reference in a new issue