mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
No issue - set UXP to dereference links in file open dialogs.
Since we (and Mozilla) currently don't have a solution for "auto" that doesn't break usability for users, keep the old behavior for now.
This commit is contained in:
parent
59977aa358
commit
17031f216b
1 changed files with 1 additions and 1 deletions
|
|
@ -3641,7 +3641,7 @@ pref("ui.osk.debug.keyboardDisplayReason", "");
|
|||
// * 0: never
|
||||
// * 1: always
|
||||
// * 2: auto
|
||||
pref("widget.windows.follow_shortcuts_on_file_open", 2);
|
||||
pref("widget.windows.follow_shortcuts_on_file_open", 1);
|
||||
|
||||
# XP_WIN
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue