We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b744505 commit 9a20911Copy full SHA for 9a20911
src/profile_wizard.cpp
@@ -827,7 +827,7 @@ void ProfileWizard::UpdateState(const int change)
827
m_pWrapUp->Show(true);
828
m_pNextBtn->SetLabel(_("Finish"));
829
m_pNextBtn->SetToolTip(_("Finish creating the equipment profile"));
830
- m_pLaunchDarks->SetValue(m_useCamera || m_pLaunchDarks);
+ m_pLaunchDarks->SetValue(m_useCamera && m_launchDarks);
831
m_pInstructions->SetLabel(
832
_("Enter a name for your profile and optionally launch the process to build a dark library"));
833
m_pAutoRestore->Show(m_PositionAware || m_SelectedAuxMount != _("None"));
0 commit comments