Skip to content

Fixes #24 by downgrading the error condition to warning

Cameron Nemo requested to merge closing_lid into master

The affected code checks if there are outputs that support gamma adjustment, and in case there aren't, it used to log an error and exit. Since this condition appears to match when closing the lid, it makes sense to consider this as just a warning and continue.

Merge request reports