Merge pull request #1799 from Keloran/upower-click

This commit is contained in:
Alex
2022-11-25 09:04:31 +01:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@ -252,8 +252,7 @@ const std::string UPower::getDeviceStatus(UpDeviceState& state) {
bool UPower::handleToggle(GdkEventButton* const& event) {
std::lock_guard<std::mutex> guard(m_Mutex);
showAltText = !showAltText;
dp.emit();
return true;
return AModule::handleToggle(event);
}
std::string UPower::timeToString(gint64 time) {