Skip to content

Commit

Permalink
tweak 5016
Browse files Browse the repository at this point in the history
remove any reference to last directory in a session being used, which was helpful to all those who used "always ask" which is the AF default
  • Loading branch information
Thorin-Oakenpants authored Aug 19, 2023
1 parent b3b2b1c commit 64c65ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -931,8 +931,8 @@ user_pref("_user.js.parrot", "5000 syntax error: the parrot's taken 'is last bow
/* 5015: disable Windows taskbar preview [WINDOWS] ***/
// user_pref("browser.taskbar.previews.enable", false); // [DEFAULT: false]
/* 5016: discourage downloading to desktop
* 0=desktop, 1=downloads (default), 2=last used (per session) or default
* [SETTING] To set your default "downloads": General>Downloads>Save files to ***/
* 0=desktop, 1=downloads (default), 2=custom
* [SETTING] To set your custom default "downloads": General>Downloads>Save files to ***/
// user_pref("browser.download.folderList", 2);
/* 5017: disable Form Autofill
* If .supportedCountries includes your region (browser.search.region) and .supported
Expand Down

0 comments on commit 64c65ea

Please sign in to comment.