fix(date): Do not override get_output
This commit is contained in:
parent
d5515ebcb0
commit
d8c309ec35
@ -39,17 +39,17 @@ namespace modules {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
string get_output() {
|
bool build(builder* builder, string tag) const {
|
||||||
|
if (tag != TAG_DATE) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (!m_formatalt.empty())
|
if (!m_formatalt.empty())
|
||||||
m_builder->cmd(mousebtn::LEFT, EVENT_TOGGLE);
|
m_builder->cmd(mousebtn::LEFT, EVENT_TOGGLE);
|
||||||
m_builder->node(timer_module::get_output());
|
|
||||||
return m_builder->flush();
|
|
||||||
}
|
|
||||||
|
|
||||||
bool build(builder* builder, string tag) const {
|
builder->node(m_buffer);
|
||||||
if (tag == TAG_DATE)
|
|
||||||
builder->node(m_buffer);
|
return true;
|
||||||
return tag == TAG_DATE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool handle_event(string cmd) {
|
bool handle_event(string cmd) {
|
||||||
|
Loading…
Reference in New Issue
Block a user