mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
+2
-2
@@ -132,9 +132,9 @@ user_pref("browser.download.useDownloadDir", true);
|
||||
user_pref("browser.download.folderList", 1);
|
||||
```
|
||||
|
||||
#### Do not display the download panel after every download.
|
||||
#### Do not show downloads when they're done
|
||||
```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.
|
||||
// The first download ever ran in a new profile will still open the panel.
|
||||
user_pref("browser.download.alwaysOpenPanel", false);
|
||||
|
||||
Reference in New Issue
Block a user