Skip to content

Commit

Permalink
Fixes an issue with building Dark Library (OpenPHDGuiding#1271)
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Shatz <[email protected]>
  • Loading branch information
Eyeke2 committed Jan 16, 2025
1 parent b744505 commit 9a20911
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 9a20911

Please sign in to comment.