-
-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort implementations based on the UseIn
key
#670
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments, thanks for working on it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash the commits together, and either apply or reject my nitpicky suggestion below. LGTM when you do that.
The title of the first commit should be something like Please add a description of your changes, what are they fixing, and how it is done, in the commit message. Please keep in mind that commit message lines are limited to 72 characters in length. |
247b67f
to
8f5354e
Compare
it should be all good now. |
makes the implementations list sort supported backends first. this fixes an possible issue in org.freedesktop.portal.Settings that they would call an fallback backend first instead of the supported one.
8f5354e
to
0bf8817
Compare
Thanks, this looks good to me now |
this fixes an possible issue in
org.freedesktop.portal.Settings
that they would call an fallback backend first instead of the supported one, possibly breaking theorg.freedesktop.appearance.color-scheme
support, if both implements it.