Skip to content

Commit 2c83c35

Browse files
authored
Merge pull request #636 from Itai-Nelken/move-about-firmware-settings-down
Move PineTimeStyle settings up
2 parents 6f9f0e8 + bd1a571 commit 2c83c35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/displayapp/screens/settings/Settings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ std::unique_ptr<Screen> Settings::CreateScreen2() {
5050
std::array<Screens::List::Applications, 4> applications {{
5151
{Symbols::shoe, "Steps", Apps::SettingSteps},
5252
{Symbols::batteryHalf, "Battery", Apps::BatteryInfo},
53+
{Symbols::paintbrush, "PTS Colors", Apps::SettingPineTimeStyle},
5354
{Symbols::check, "Firmware", Apps::FirmwareValidation},
54-
{Symbols::list, "About", Apps::SysInfo},
5555
}};
5656

5757
return std::make_unique<Screens::List>(1, 3, app, settingsController, applications);
@@ -60,7 +60,7 @@ std::unique_ptr<Screen> Settings::CreateScreen2() {
6060
std::unique_ptr<Screen> Settings::CreateScreen3() {
6161

6262
std::array<Screens::List::Applications, 4> applications {{
63-
{Symbols::paintbrush, "PTS Colors", Apps::SettingPineTimeStyle},
63+
{Symbols::list, "About", Apps::SysInfo},
6464
{Symbols::none, "None", Apps::None},
6565
{Symbols::none, "None", Apps::None},
6666
{Symbols::none, "None", Apps::None},

0 commit comments

Comments
 (0)