Skip to content

Commit

Permalink
#108 notify instead of log if scripting-addition is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Jul 11, 2019
1 parent ab138fb commit 5e2b6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yabai.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ int main(int argc, char **argv)
if (scripting_addition_is_installed()) {
scripting_addition_load();
} else {
warn("yabai: scripting-addition is not installed! some functionality will not work as expected..\n");
notify("payload is not installed, some features will not work!", "scripting-addition");
}

SLSRegisterConnectionNotifyProc(g_connection, connection_handler, 1204, NULL);
Expand Down

0 comments on commit 5e2b6c6

Please sign in to comment.