Filename will be printed for saved tag in info scene

This commit is contained in:
RebornedBrain
2024-01-16 22:24:54 +03:00
parent cb0cf7b9e2
commit bae0baa42f
13 changed files with 24 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ static void nfc_scene_info_on_enter_slix(NfcApp* instance) {
const SlixData* data = nfc_device_get_data(device, NfcProtocolSlix);
FuriString* temp_str = furi_string_alloc();
nfc_append_filename_string_when_present(instance, temp_str);
furi_string_cat_printf(
temp_str, "\e#%s\n", nfc_device_get_name(device, NfcDeviceNameTypeFull));
nfc_render_slix_info(data, NfcProtocolFormatTypeFull, temp_str);