mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Issue #991 Part 8: Toolkit everything else
This commit is contained in:
parent
e309515e66
commit
a24456a76d
16 changed files with 62 additions and 216 deletions
|
|
@ -253,10 +253,7 @@ nsUnknownContentTypeDialog.prototype = {
|
|||
if (!aForcePrompt) {
|
||||
// Check to see if the user wishes to auto save to the default download
|
||||
// folder without prompting. Note that preference might not be set.
|
||||
let autodownload = false;
|
||||
try {
|
||||
autodownload = prefs.getBoolPref(PREF_BD_USEDOWNLOADDIR);
|
||||
} catch (e) { }
|
||||
let autodownload = prefs.getBoolPref(PREF_BD_USEDOWNLOADDIR, false);
|
||||
|
||||
if (autodownload) {
|
||||
// Retrieve the user's default download directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue