Skip to content

Commit

Permalink
Resolve conflics
Browse files Browse the repository at this point in the history
  • Loading branch information
Scavanger committed Nov 20, 2024
2 parents 6af70e9 + b9a681d commit 06aa161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/firmware_flasher.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ TABS.firmware_flasher.initialize = function (callback) {
$(document).on('click', 'span.progressLabel a.save_firmware', function () {
var options = {
defaultPath: fileName,
filters: [ {name: "Intel-Hex", extensions: ['hex'] } ]
filters: [ {name: "HEX File", extensions: ['hex'] } ]
};
dialog.showSaveDialog(options).then(result => {
if (result.canceled) {
Expand Down

0 comments on commit 06aa161

Please sign in to comment.