mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
parent
07652d3b9e
commit
fcb60abc13
7 changed files with 22 additions and 0 deletions
3
config.c
3
config.c
|
|
@ -643,6 +643,9 @@ parse_section_main(const char *key, const char *value, struct config *conf,
|
|||
conf->title = xstrdup(value);
|
||||
}
|
||||
|
||||
else if (strcmp(key, "locked-title") == 0)
|
||||
conf->locked_title = str_to_bool(value);
|
||||
|
||||
else if (strcmp(key, "app-id") == 0) {
|
||||
free(conf->app_id);
|
||||
conf->app_id = xstrdup(value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue