Bug 1738916 Comment 12 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Note to self, this boils down to updating this logic in [nsExternalHelperAppService.cpp](https://searchfox.org/mozilla-central/rev/9b600caf7e9133876e44af4cd4558ed4f02870cf/uriloader/exthandler/nsExternalHelperAppService.cpp#2019-2034)
```
    bool alwaysAskWhereToSave =
        !Preferences::GetBool("browser.download.useDownloadDir") &&
        action !== nsIMIMEInfo::useSystemDefault &&
        StaticPrefs::browser_download_improvements_to_download_panel();
```

Back to Bug 1738916 Comment 12