mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +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
|
@ -26,7 +26,7 @@ var LogoManager = LogoManager || {
|
|||
},
|
||||
// config for logo image selection dialog
|
||||
acceptFileTypes: [
|
||||
{ extensions: ['png', 'bmp'] },
|
||||
{ description: 'images', extensions: ['png', 'bmp'] },
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue