mirror of
https://github.com/rad4day/Waybar.git
synced 2025-08-08 00:22:43 +02:00
alt text readded
This commit is contained in:
@@ -250,6 +250,9 @@ const std::string UPower::getDeviceStatus(UpDeviceState& state) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool UPower::handleToggle(GdkEventButton* const& event) {
|
bool UPower::handleToggle(GdkEventButton* const& event) {
|
||||||
|
std::lock_guard<std::mutex> guard(m_Mutex);
|
||||||
|
showAltText = !showAltText;
|
||||||
|
dp.emit();
|
||||||
return AModule::handleToggle(event);
|
return AModule::handleToggle(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user