mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
Subghz fix path reset on save name exit
This commit is contained in:
parent
cfa95c757e
commit
45fd5ef9d8
1 changed files with 3 additions and 0 deletions
|
@ -138,6 +138,9 @@ bool subghz_scene_save_name_on_event(void* context, SceneManagerEvent event) {
|
|||
} else {
|
||||
scene_manager_previous_scene(subghz->scene_manager);
|
||||
}
|
||||
// Set file path to default
|
||||
furi_string_set(subghz->file_path, SUBGHZ_APP_FOLDER);
|
||||
|
||||
return true;
|
||||
} else if(event.type == SceneManagerEventTypeCustom) {
|
||||
if(event.event == SubGhzCustomEventSceneSaveName) {
|
||||
|
|
Loading…
Reference in a new issue