feat(browsers): use file picker via xdg-desktop-portal
This commit is contained in:
parent
1ca43915f9
commit
f2270f35f2
3 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
profiles."profile.default".settings = {
|
||||
# Set Security Level Safest
|
||||
"browser.security_level.security_slider" = 1;
|
||||
|
||||
# Use native file picker instead of GTK file picker
|
||||
"widget.use-xdg-desktop-portal.file-picker" = 1;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue