Merge pull request #1976 from LukashonakV/ClockAltMode

This commit is contained in:
Alex
2023-01-25 15:10:08 +01:00
committed by GitHub

View File

@@ -216,7 +216,7 @@ bool waybar::modules::Clock::handleToggle(GdkEventButton* const& e) {
if (callMethod) { if (callMethod) {
(this->*callMethod)(); (this->*callMethod)();
} else } else
return AModule::handleToggle(e); return ALabel::handleToggle(e);
update(); update();
return true; return true;