Skip to content

Commit 9a20911

Browse files
committedJan 16, 2025
Fixes an issue with building Dark Library (OpenPHDGuiding#1271)
Signed-off-by: Leo Shatz <[email protected]>
1 parent b744505 commit 9a20911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/profile_wizard.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ void ProfileWizard::UpdateState(const int change)
827827
m_pWrapUp->Show(true);
828828
m_pNextBtn->SetLabel(_("Finish"));
829829
m_pNextBtn->SetToolTip(_("Finish creating the equipment profile"));
830-
m_pLaunchDarks->SetValue(m_useCamera || m_pLaunchDarks);
830+
m_pLaunchDarks->SetValue(m_useCamera && m_launchDarks);
831831
m_pInstructions->SetLabel(
832832
_("Enter a name for your profile and optionally launch the process to build a dark library"));
833833
m_pAutoRestore->Show(m_PositionAware || m_SelectedAuxMount != _("None"));

0 commit comments

Comments
 (0)
Please sign in to comment.