bilelmoussaoui / ashpd

A Rust wrapper around XDG portals DBus interfaces
https://bilelmoussaoui.github.io/ashpd/ashpd/
MIT License
234 stars 45 forks source link

refactor: Color.color is a tuple #197

Closed wash2 closed 6 months ago

wash2 commented 6 months ago

I have not tested this, but looking at https://github.com/flatpak/xdg-desktop-portal/blob/04fdd3579abef01248997608e2abd919be94c1b1/data/org.freedesktop.impl.portal.Screenshot.xml#L90 the definition of Color might have the same issue as for the accent-color when used in the screenshot portal.

bilelmoussaoui commented 6 months ago

The current code works perfectly fine. It is tested in ashod demo already

bilelmoussaoui commented 6 months ago

Thanks for your contributions