mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-30 22:13:40 +02:00
user.js: 2603, specify that it happens on exit
This commit is contained in:
parent
29bb5a35f0
commit
730e144a3a
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -547,7 +547,7 @@ user_pref("dom.disable_window_move_resize", true);
|
||||||
|
|
||||||
/*** [SECTION 2600]: MISCELLANEOUS ***/
|
/*** [SECTION 2600]: MISCELLANEOUS ***/
|
||||||
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
||||||
/* 2603: remove temp files opened from non-PB windows with an external application
|
/* 2603: remove temp files opened from non-PB windows with an external application on exit
|
||||||
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=302433,1738574 ***/
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=302433,1738574 ***/
|
||||||
user_pref("browser.download.start_downloads_in_tmp_dir", true); // [FF102+]
|
user_pref("browser.download.start_downloads_in_tmp_dir", true); // [FF102+]
|
||||||
user_pref("browser.helperApps.deleteTempFileOnExit", true);
|
user_pref("browser.helperApps.deleteTempFileOnExit", true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue