mirror of
https://github.com/polybar/polybar.git
synced 2026-02-20 07:05:51 +00:00
doc(actions): Point user to doc when using legacy actions
This commit is contained in:
committed by
Patrick Ziegler
parent
191fb2972c
commit
1afb333858
@ -479,6 +479,7 @@ bool controller::try_forward_legacy_action(const string& cmd) {
|
||||
} else {
|
||||
m_log.warn("The action '%s' is deprecated, use '#%s.%s.%s' instead!", cmd, module_name, action, data);
|
||||
}
|
||||
m_log.warn("Consult the 'Actions' page in the polybar documentation for more information.");
|
||||
m_log.info(
|
||||
"Forwarding legacy action '%s' to module '%s' as '%s' with data '%s'", cmd, module_name, action, data);
|
||||
if (!module->input(action, data)) {
|
||||
|
||||
Reference in New Issue
Block a user