Skip to content

Commit d8a9d8b

Browse files
committed
chore: show upgrade backup in session file selector
1 parent 0a94bc3 commit d8a9d8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resource/modules/utils/preferencesUtils.jsm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ this.controllers = {
10661066
let fileExt = ['.jsonlz4', '.json'];
10671067
let fp = Cc["@mozilla.org/filepicker;1"].createInstance(Ci.nsIFilePicker);
10681068
fp.defaultExtension = 'json';
1069-
fp.appendFilter('JSON data', '*.json' + (isSession ? '; *.jsonlz4; *.baklz4' : ''));
1069+
fp.appendFilter('JSON data', '*.json' + (isSession ? '; *.jsonlz4; *.baklz4; upgrade.jsonlz4-*' : ''));
10701070

10711071
if(path) {
10721072
fp.displayDirectory = new FileUtils.File(path);

0 commit comments

Comments
 (0)