mirror of
https://github.com/polybar/polybar.git
synced 2026-04-01 13:14:33 +00:00
The change in #2270 accidentally broke how we access module types. module<Impl>::TYPE always points to the module superclass and it thus accesses its empty TYPE field. This mainly broke legacy action handling. Ref #2270