mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02:00
Merge pull request #1976 from LukashonakV/ClockAltMode
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user