mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
+3
-2
@@ -143,11 +143,12 @@ user_pref("browser.download.useDownloadDir", true);
|
|||||||
user_pref("browser.download.folderList", 1);
|
user_pref("browser.download.folderList", 1);
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Do not show downloads when they're done
|
#### Do not show when downloads finish installing
|
||||||
|
Turning off this setting can make it harder to know when a file starts downloading.
|
||||||
```javascript
|
```javascript
|
||||||
// PREF: disable Downloads panel opening after 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.
|
// [NOTE] 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);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user