mirror of
https://github.com/polybar/polybar.git
synced 2026-03-17 05:37:49 +00:00
refactor: Move all event handling to the controller
This commit is contained in:
@ -85,6 +85,7 @@ namespace modules {
|
||||
void volume_module::teardown() {
|
||||
m_mixer.clear();
|
||||
m_ctrl.clear();
|
||||
snd_config_update_free_global();
|
||||
}
|
||||
|
||||
bool volume_module::has_event() {
|
||||
|
||||
Reference in New Issue
Block a user