1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

storage_settings: fix scene ids

This commit is contained in:
Anna Antonenko
2025-04-08 00:25:31 +04:00
parent e712375edc
commit 6b7a7c5709

View File

@@ -5,8 +5,8 @@ const SubmenuSettingsHelperDescriptor descriptor_template = {
.options_cnt = 6, .options_cnt = 6,
.options = .options =
{ {
{.name = "About Internal Storage", .scene_id = StorageSettingsSDInfo}, {.name = "About Internal Storage", .scene_id = StorageSettingsInternalInfo},
{.name = "About SD Card", .scene_id = StorageSettingsInternalInfo}, {.name = "About SD Card", .scene_id = StorageSettingsSDInfo},
{.name = "Unmount SD Card", .scene_id = StorageSettingsUnmountConfirm}, {.name = "Unmount SD Card", .scene_id = StorageSettingsUnmountConfirm},
{.name = "Format SD Card", .scene_id = StorageSettingsFormatConfirm}, {.name = "Format SD Card", .scene_id = StorageSettingsFormatConfirm},
{.name = "Benchmark SD Card", .scene_id = StorageSettingsBenchmarkConfirm}, {.name = "Benchmark SD Card", .scene_id = StorageSettingsBenchmarkConfirm},