1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

Set file type descriptions for open / save dialogs.

This commit is contained in:
mikeller 2018-07-17 22:01:18 +12:00
parent 1a2fe994fd
commit eec1388a2d
8 changed files with 11 additions and 11 deletions

View file

@ -236,7 +236,7 @@ TABS.logging.initialize = function (callback) {
var filename = generateFilename(prefix, suffix);
var accepts = [{
extensions: [suffix],
description: suffix.toUpperCase() + ' files', extensions: [suffix],
}];
// create or load the file