Set title after reload

This commit is contained in:
C. McEnroe 2020-08-16 00:04:55 -04:00
parent 3e9e6cf3a5
commit 844f34a0c1
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ int main(int argc, char *argv[]) {
}
if (signals[SIGHUP]) {
parseConfig(false, configPath);
setTitle();
signals[SIGHUP] = 0;
}
if (signals[SIGINFO]) {