1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Updated Common Overrides (markdown)

yokoffing
2023-10-09 18:21:27 -04:00
parent 3bca15ea9c
commit 648b8d8469
+2 -2
@@ -132,9 +132,9 @@ user_pref("browser.download.useDownloadDir", true);
user_pref("browser.download.folderList", 1); user_pref("browser.download.folderList", 1);
``` ```
#### Do not display the download panel after every download. #### Do not show downloads when they're done
```javascript ```javascript
// PREF: disable downloads panel opening on every download // PREF: disable Downloads panel opening after every download
// Control whether to open the downloads panel every time a download begins. // Control whether to open the downloads panel every time a download begins.
// The first download ever ran in a new profile will still open the panel. // The first download ever ran in a new profile will still open the panel.
user_pref("browser.download.alwaysOpenPanel", false); user_pref("browser.download.alwaysOpenPanel", false);