Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/OpenPHDGuiding/phd2
Browse files Browse the repository at this point in the history
  • Loading branch information
bwdev01 committed Dec 29, 2024
2 parents e3d96ad + 42a43c8 commit e7d9f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile_wizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ void ProfileWizard::UpdateState(const int change)
m_pWrapUp->Show(true);
m_pNextBtn->SetLabel(_("Finish"));
m_pNextBtn->SetToolTip(_("Finish creating the equipment profile"));
m_pLaunchDarks->SetValue(m_useCamera || m_pLaunchDarks);
m_pLaunchDarks->SetValue(m_useCamera || m_launchDarks);
m_pInstructions->SetLabel(
_("Enter a name for your profile and optionally launch the process to build a dark library"));
m_pAutoRestore->Show(m_PositionAware || m_SelectedAuxMount != _("None"));
Expand Down

0 comments on commit e7d9f31

Please sign in to comment.