mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
config: add new function config_clone()
This commit is contained in:
parent
42ec264075
commit
f7860aec76
6 changed files with 217 additions and 109 deletions
2
notify.c
2
notify.c
|
|
@ -27,7 +27,7 @@ notify_notify(const struct terminal *term, const char *title, const char *body)
|
|||
if (title == NULL || body == NULL)
|
||||
return;
|
||||
|
||||
if (term->conf->notify.argv == NULL)
|
||||
if (term->conf->notify.argv.args == NULL)
|
||||
return;
|
||||
|
||||
char **argv = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue