Advertise support for FileChooser portal

This commit is contained in:
Kovid Goyal
2025-07-03 09:03:56 +05:30
parent 599f2956ce
commit ee13908ff1

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 {{{