mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-14 00:37:21 +00:00
oops
This commit is contained in:
parent
e6790e50c6
commit
c4cba38559
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ SubRemLoadSubState subrem_scene_open_sub_file_dialog(SubGhzRemoteApp* app) {
|
||||||
if(furi_string_empty(sub->file_path)) {
|
if(furi_string_empty(sub->file_path)) {
|
||||||
furi_string_set(temp_file_path, SUBGHZ_RAW_FOLDER);
|
furi_string_set(temp_file_path, SUBGHZ_RAW_FOLDER);
|
||||||
} else {
|
} else {
|
||||||
furi_string_set(sub->file_path, SUBGHZ_RAW_FOLDER);
|
furi_string_set(temp_file_path, sub->file_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
SubRemLoadSubState ret = SubRemLoadSubStateNotSet;
|
SubRemLoadSubState ret = SubRemLoadSubStateNotSet;
|
||||||
|
|
Loading…
Reference in a new issue