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:
parent
1a2fe994fd
commit
eec1388a2d
8 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue