mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Move Zzz large line from translations to constants
This commit is contained in:
@@ -48,6 +48,8 @@ extern const char *SmallSymbolState;
|
||||
extern const char *SmallSymbolNoVBus;
|
||||
extern const char *SmallSymbolVBus;
|
||||
|
||||
extern const char *LargeSymbolSleep;
|
||||
|
||||
extern const char *DebugMenu[];
|
||||
extern const char *AccelTypeNames[];
|
||||
extern const char *PowerSourceNames[];
|
||||
@@ -127,7 +129,6 @@ struct TranslationIndexTable {
|
||||
uint16_t ProfilePreheatString;
|
||||
uint16_t ProfileCooldownString;
|
||||
|
||||
uint16_t SleepingSimpleString;
|
||||
uint16_t SleepingAdvancedString;
|
||||
uint16_t SleepingTipAdvancedString;
|
||||
uint16_t DeviceFailedValidationWarning;
|
||||
|
||||
@@ -45,7 +45,7 @@ OperatingMode gui_SolderingSleepingMode(const ButtonState buttons, guiContext *c
|
||||
printVoltage();
|
||||
OLED::print(SmallSymbolVolts, FontStyle::SMALL);
|
||||
} else {
|
||||
OLED::print(translatedString(Tr->SleepingSimpleString), FontStyle::LARGE);
|
||||
OLED::print(LargeSymbolSleep, FontStyle::LARGE);
|
||||
OLED::printNumber(tipTemp, 3, FontStyle::LARGE);
|
||||
OLED::printSymbolDeg(FontStyle::EXTRAS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user