fix swapped settings

This commit is contained in:
MX
2025-04-07 22:33:56 +03:00
parent c4c5148992
commit 33fa903f7a

View File

@@ -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},