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:
@@ -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},
|
||||||
|
|||||||
Reference in New Issue
Block a user