We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8fc46b + 97cbe34 commit f711f0fCopy full SHA for f711f0f
1 file changed
src/displayapp/screens/settings/Settings.cpp
@@ -59,7 +59,7 @@ std::unique_ptr<Screen> Settings::CreateScreen3() {
59
60
std::array<Screens::List::Applications, 4> applications {{
61
{Symbols::clock, "Chimes", Apps::SettingChimes},
62
- {Symbols::none, "Wake Sense", Apps::SettingShakeThreshold},
+ {Symbols::tachometer, "Shake Calib.", Apps::SettingShakeThreshold},
63
{Symbols::check, "Firmware", Apps::FirmwareValidation},
64
{Symbols::list, "About", Apps::SysInfo}
65
}};
0 commit comments