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:
Moonchild 2025-04-04 20:37:05 +02:00 committed by roytam1
commit 17031f216b

View file

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