feat: update man

This commit is contained in:
Alex
2020-04-12 18:35:41 +02:00
parent 4a7dd400fe
commit d1c4897f31
17 changed files with 68 additions and 2 deletions

View File

@ -40,6 +40,8 @@ auto Tray::update() -> void {
} else {
box_.show_all();
}
// Call parent update
AModule::update();
}
} // namespace waybar::modules::SNI