Skip to content

Commit

Permalink
Shows selected watch face page first
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveAmor committed Aug 28, 2023
1 parent 0f9f606 commit f8bc9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displayapp/screens/settings/SettingWatchFace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SettingWatchFace::SettingWatchFace(Pinetime::Applications::DisplayApp* app,
: app {app},
settingsController {settingsController},
filesystem {filesystem},
screens {app, 0, CreateScreenList(), Screens::ScreenListModes::UpDown} {
screens {app, static_cast<uint8_t>(static_cast<uint8_t>(settingsController.GetWatchFace())/4), CreateScreenList(), Screens::ScreenListModes::UpDown} {
}

SettingWatchFace::~SettingWatchFace() {
Expand Down

0 comments on commit f8bc9d5

Please sign in to comment.