Merge pull request #3028 from bartelsielski/upower-warning_level

Upower warning level
This commit is contained in:
Alexis Rouillard
2024-03-22 23:22:56 +01:00
committed by GitHub
2 changed files with 28 additions and 6 deletions

View File

@ -71,6 +71,7 @@ class UPower : public AModule {
GDBusConnection *login1_connection;
std::unique_ptr<UPowerTooltip> upower_tooltip;
std::string lastStatus;
const char *lastWarningLevel;
bool showAltText;
bool showIcon = true;
bool upowerRunning;