refactor(appearance): use cosmic::dialog for xdg file chooser dialogs

This commit is contained in:
Michael Aaron Murphy 2025-02-28 11:59:21 +01:00
parent 61f2103b3e
commit 5aeeab9392
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
3 changed files with 61 additions and 44 deletions

View file

@ -146,7 +146,7 @@ page-input = [
"dep:udev",
]
page-networking = [
"ashpd",
"xdg-portal",
"dep:cosmic-dbus-networkmanager",
"dep:cosmic-settings-subscriptions",
"dep:zbus",
@ -166,4 +166,4 @@ single-instance = ["libcosmic/single-instance"]
test = []
wayland = ["libcosmic/wayland", "dep:cosmic-panel-config", "dep:cosmic-randr"]
wgpu = ["libcosmic/wgpu"]
xdg-portal = ["libcosmic/xdg-portal"]
xdg-portal = ["ashpd", "libcosmic/xdg-portal"]