mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Bootloader installation: set file filter.
When requesting an original firmware file from the user set the filter for the file chooser dialog to only show files with matching file extension to simplify selection. Allow the user to select "all files" in case the file for whatever reason has the wrong extension. Change-Id: Ic3643c3601f6d849e6563f8753ae80a168ec0a45
This commit is contained in:
parent
92ef7bd328
commit
9b363c6ced
4 changed files with 28 additions and 1 deletions
|
|
@ -58,6 +58,7 @@ class SystemInfo : public QObject
|
|||
CurBootloaderMethod,
|
||||
CurBootloaderName,
|
||||
CurBootloaderFile,
|
||||
CurBootloaderFilter,
|
||||
CurEncoder,
|
||||
CurBrand,
|
||||
CurName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue