Skip to content

Commit

Permalink
feat: close settings page before entering calibration page
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlowGrowth committed Aug 15, 2024
1 parent 43a4c9b commit c302c51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/src/ui/UiSettingsPage.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ class UiSettingsPage : public daisy::UiPage
case Button::save:
if (saveButtonState_ && loadButtonState_)
{
Close();
GetParentUI()->OpenPage(calibrationPage_);
}
default:
Expand Down

0 comments on commit c302c51

Please sign in to comment.