We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a94bc3 commit d8a9d8bCopy full SHA for d8a9d8b
1 file changed
resource/modules/utils/preferencesUtils.jsm
@@ -1066,7 +1066,7 @@ this.controllers = {
1066
let fileExt = ['.jsonlz4', '.json'];
1067
let fp = Cc["@mozilla.org/filepicker;1"].createInstance(Ci.nsIFilePicker);
1068
fp.defaultExtension = 'json';
1069
- fp.appendFilter('JSON data', '*.json' + (isSession ? '; *.jsonlz4; *.baklz4' : ''));
+ fp.appendFilter('JSON data', '*.json' + (isSession ? '; *.jsonlz4; *.baklz4; upgrade.jsonlz4-*' : ''));
1070
1071
if(path) {
1072
fp.displayDirectory = new FileUtils.File(path);
0 commit comments