Add config option to select UPower device based on device model.
This commit is contained in:
@ -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_;
|
||||
|
Reference in New Issue
Block a user