mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 15:08:13 +02:00
Advertise support for FileChooser portal
This commit is contained in:
@@ -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 {{{
|
||||
|
||||
Reference in New Issue
Block a user