Commit 76f630f7 authored by Mike Kaply's avatar Mike Kaply
Browse files

Bug 1885362 - Don't set/lock folderList when download dir is set. a=RyanVM

parent 489c76a6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -611,8 +611,6 @@ export var Policies = {
        "browser.download.dir",
        replacePathVariables(param)
      );
      // If a custom download directory is being used, just lock folder list to 2.
      setAndLockPref("browser.download.folderList", 2);
    },
  },