Advertise support for FileChooser portal

This commit is contained in:
Kovid Goyal 2025-07-03 09:03:56 +05:30
parent 599f2956ce
commit ee13908ff1
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -342,7 +342,7 @@ var WritableDataDirs = sync.OnceValue(func() (ans []string) {
})
var AllPortalInterfaces = sync.OnceValue(func() (ans []string) {
return []string{SETTINGS_INTERFACE}
return []string{SETTINGS_INTERFACE, FILE_CHOOSER_INTERFACE}
})
// enable-portal {{{