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