Merge pull request #1976 from LukashonakV/ClockAltMode

This commit is contained in:
Alex 2023-01-25 15:10:08 +01:00 committed by GitHub
commit 47cdd6f988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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