Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2126af8

Browse files
committedJan 21, 2025··
chore: add tachometer icon for now
1 parent 9a0bfde commit 2126af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/displayapp/screens/settings/Settings.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ namespace Pinetime {
4343
{Symbols::batteryHalf, "Battery", Apps::BatteryInfo},
4444

4545
{Symbols::clock, "Chimes", Apps::SettingChimes},
46-
{Symbols::none, "Chime strength", Apps::SettingChimeVibration},
47-
{Symbols::none, "Notif. str.", Apps::SettingNotifVibration},
46+
{Symbols::tachometer, "Notif. str.", Apps::SettingNotifVibration},
47+
{Symbols::tachometer, "Chime strength", Apps::SettingChimeVibration},
4848
{Symbols::tachometer, "Shake Calib.", Apps::SettingShakeThreshold},
4949

5050
{Symbols::check, "Firmware", Apps::FirmwareValidation},

0 commit comments

Comments
 (0)
Please sign in to comment.