mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Advertise support for FileChooser portal
This commit is contained in:
parent
599f2956ce
commit
ee13908ff1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue