Skip to content

Directly process lid/battery properties from PropertiesChanged signal

Stefan Brüns requested to merge work/bruns/cleanup_upower_lid_battery into master

The old code did two synchronous DBus calls (one if no lid is present) on each property change. Use the values from the signal instead.

Merge request reports