mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
Tidy up all applications data and resources paths
This commit is contained in:
@@ -20,7 +20,7 @@ void subbrute_scene_load_file_on_enter(void* context) {
|
||||
// TODO: DELETE IT
|
||||
#ifdef SUBBRUTE_FAST_TRACK
|
||||
bool res = true;
|
||||
furi_string_printf(load_path, "%s", "/ext/subghz/princeton.sub");
|
||||
furi_string_printf(load_path, "%s", EXT_PATH("subghz/princeton.sub"));
|
||||
#else
|
||||
bool res =
|
||||
dialog_file_browser_show(instance->dialogs, load_path, app_folder, &browser_options);
|
||||
@@ -88,4 +88,4 @@ bool subbrute_scene_load_file_on_event(void* context, SceneManagerEvent event) {
|
||||
UNUSED(context);
|
||||
UNUSED(event);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user