mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-29 22:49:55 +03:00
OFW PR 2756
This commit is contained in:
parent
d87745f2be
commit
f7195adbda
@ -12,6 +12,7 @@
|
||||
* GUI: `Byte input` new feature: editor without keyboard (press Up until you get into new input, then use up/down to input values) (by @gid9798 | PR #509)
|
||||
* Infrared: Update universal remote assets - add new ACs and TCL TV
|
||||
* API: Add furi_hal_version_uid_default (+ Fix TOTP) (by @ClaraCrazy | PR #502)
|
||||
* OFW PR 2756: fix: make dialog_file_browser_set_basic_options initialize all fields (by JarvisCraft)
|
||||
* OFW: Fix reading Mifare Classic cards with unusual access conditions and fix emulation of unknown keys
|
||||
* OFW: fbt: stable build dates
|
||||
* OFW: weather_station: add oregon3 with THGR221
|
||||
|
@ -9,12 +9,13 @@ void dialog_file_browser_set_basic_options(
|
||||
const char* extension,
|
||||
const Icon* icon) {
|
||||
options->extension = extension;
|
||||
options->base_path = NULL;
|
||||
options->skip_assets = true;
|
||||
options->hide_dot_files = true;
|
||||
options->icon = icon;
|
||||
options->hide_ext = true;
|
||||
options->item_loader_callback = NULL;
|
||||
options->item_loader_context = NULL;
|
||||
options->base_path = NULL;
|
||||
}
|
||||
|
||||
static DialogsApp* dialogs_app_alloc() {
|
||||
|
Loading…
Reference in New Issue
Block a user