mirror of
https://github.com/phillipberndt/autorandr
synced 2025-01-31 19:51:42 +00:00
Fix #367: Skip profiles without outputs
This commit is contained in:
parent
303d00b31a
commit
d09dc76a76
@ -757,6 +757,8 @@ def find_profiles(current_config, profiles):
|
||||
for profile_name, profile in profiles.items():
|
||||
config = profile["config"]
|
||||
matches = True
|
||||
if not config.items():
|
||||
continue
|
||||
for name, output in config.items():
|
||||
if not output.fingerprint:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user