You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config: Don't error if tiling_exception_custom is not present
As noted in pop-os/cosmic-comp#1603, there's no
need to a system default config file for this particular setting. So as
an alternative to that PR, we can ensure this isn't printed as an error.
As noted in the description of
pop-os/libcosmic#948, if the system default is
not present, `Error::GetKey` is returned, without mapping to the
`Error::NotFound` variant. So check for that, as well as `.is_err()`.
0 commit comments