parent
46b8bb84ed
commit
67f1ceaaca
3 changed files with 9 additions and 0 deletions
src/modules
|
@ -39,6 +39,7 @@ namespace modules {
|
|||
mod_format->padding = m_conf.get(name(), FORMAT_ONLINE + "-padding"s, mod_format->padding);
|
||||
mod_format->margin = m_conf.get(name(), FORMAT_ONLINE + "-margin"s, mod_format->margin);
|
||||
mod_format->offset = m_conf.get(name(), FORMAT_ONLINE + "-offset"s, mod_format->offset);
|
||||
mod_format->font = m_conf.get(name(), FORMAT_ONLINE + "-font"s, mod_format->font);
|
||||
|
||||
try {
|
||||
mod_format->prefix = load_label(m_conf, name(), FORMAT_ONLINE + "-prefix"s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue