config: do copy active_links_color between configs

This commit is contained in:
Boris Faure 2020-06-23 23:48:42 +02:00
parent 8e31c28f9b
commit bf60e5cb6d
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 0 deletions

View File

@ -826,6 +826,7 @@ config_fork(const Config *config)
CPY(active_links_file);
CPY(active_links_url);
CPY(active_links_escape);
CPY(active_links_color);
CPY(translucent);
CPY(opacity);
CPY(mute);