Merge pull request #3267 from luttermann/upower_model

Add config option to select UPower device based on device model.
This commit is contained in:
Alexis Rouillard
2024-07-01 09:22:59 +02:00
committed by GitHub
3 changed files with 25 additions and 7 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_;