Closed sfs closed 7 years ago
During startup, ac_path and battery_path were not initialized. This ultimately lead to a duplicate notification, since changed_power_supplies returned incorrect information in the very first call.
Fixes #38.
@sfs, thanks a lot for the pull request. I'll release a new version asap.
During startup, ac_path and battery_path were not initialized. This ultimately lead to a duplicate notification, since changed_power_supplies returned incorrect information in the very first call.
Fixes #38.