mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user