mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Translation.h: reorder items in SettingsItemIndex properly and add the comment
This commit is contained in:
@@ -54,6 +54,11 @@ extern const char *DebugMenu[];
|
|||||||
extern const char *AccelTypeNames[];
|
extern const char *AccelTypeNames[];
|
||||||
extern const char *PowerSourceNames[];
|
extern const char *PowerSourceNames[];
|
||||||
|
|
||||||
|
/* !
|
||||||
|
* The order of the items inside this enum class SettingsItemIndex
|
||||||
|
* must be the same as the order of the related items
|
||||||
|
* in the "menuOptions" section of translations_definitions.json file.
|
||||||
|
*/
|
||||||
enum class SettingsItemIndex : uint8_t {
|
enum class SettingsItemIndex : uint8_t {
|
||||||
DCInCutoff,
|
DCInCutoff,
|
||||||
MinVolCell,
|
MinVolCell,
|
||||||
@@ -90,6 +95,7 @@ enum class SettingsItemIndex : uint8_t {
|
|||||||
CooldownBlink,
|
CooldownBlink,
|
||||||
ScrollingSpeed,
|
ScrollingSpeed,
|
||||||
ReverseButtonTempChange,
|
ReverseButtonTempChange,
|
||||||
|
ReverseButtonMenu,
|
||||||
AnimSpeed,
|
AnimSpeed,
|
||||||
AnimLoop,
|
AnimLoop,
|
||||||
Brightness,
|
Brightness,
|
||||||
@@ -107,7 +113,6 @@ enum class SettingsItemIndex : uint8_t {
|
|||||||
SettingsReset,
|
SettingsReset,
|
||||||
LanguageSwitch,
|
LanguageSwitch,
|
||||||
SolderingTipType,
|
SolderingTipType,
|
||||||
ReverseButtonMenu,
|
|
||||||
NUM_ITEMS,
|
NUM_ITEMS,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user