Skip to content

Commit

Permalink
DYN-7790 fix package tour terms of use step (#15681)
Browse files Browse the repository at this point in the history
  • Loading branch information
chubakueno authored Nov 21, 2024
1 parent 6d82296 commit 3e20369
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ internal static bool ShowTermsOfUseDialog(bool forPublishing, string additionalT
var termsOfUseView = new TermsOfUseView(touFilePath);
termsOfUseView.Closed += TermsOfUseView_Closed;
isTermsOfUseCreated = true;
termsOfUseView.Owner = parent;

//If any Guide is being executed then the ShowTermsOfUse Window WON'T be modal otherwise will be modal (as in the normal behavior)
if (!GuideFlowEvents.IsAnyGuideActive)
{
termsOfUseView.Owner = parent;
termsOfUseView.ShowDialog();
}
else
Expand Down

0 comments on commit 3e20369

Please sign in to comment.