Set first theme as default if not specified in rule
This commit is contained in:
parent
3d44ce225a
commit
06219d60ec
@ -184,6 +184,9 @@ config_rule(void)
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
r->theme = SLIST_FIRST(&W->h.theme);
|
||||
|
||||
SLIST_INSERT_HEAD(&W->h.rule, r, next);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user