Add config option to select UPower device based on device model.

This commit is contained in:
Lasse Luttermann
2024-05-14 10:13:22 +02:00
parent 912d0e83f3
commit 6413f25b8d
3 changed files with 28 additions and 2 deletions

View File

@ -45,6 +45,7 @@ class UPower final : public AIconLabel {
// Technical variables
std::string nativePath_;
std::string model_;
std::string lastStatus_;
Glib::ustring label_markup_;
std::mutex mutex_;