mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
storage_settings: fix scene ids
This commit is contained in:
@@ -5,8 +5,8 @@ const SubmenuSettingsHelperDescriptor descriptor_template = {
|
||||
.options_cnt = 6,
|
||||
.options =
|
||||
{
|
||||
{.name = "About Internal Storage", .scene_id = StorageSettingsSDInfo},
|
||||
{.name = "About SD Card", .scene_id = StorageSettingsInternalInfo},
|
||||
{.name = "About Internal Storage", .scene_id = StorageSettingsInternalInfo},
|
||||
{.name = "About SD Card", .scene_id = StorageSettingsSDInfo},
|
||||
{.name = "Unmount SD Card", .scene_id = StorageSettingsUnmountConfirm},
|
||||
{.name = "Format SD Card", .scene_id = StorageSettingsFormatConfirm},
|
||||
{.name = "Benchmark SD Card", .scene_id = StorageSettingsBenchmarkConfirm},
|
||||
|
||||
Reference in New Issue
Block a user