diff --git a/src/cascadia/TerminalApp/AdminWarningPlaceholder.xaml b/src/cascadia/TerminalApp/AdminWarningPlaceholder.xaml index 510a08199..ba8510188 100644 --- a/src/cascadia/TerminalApp/AdminWarningPlaceholder.xaml +++ b/src/cascadia/TerminalApp/AdminWarningPlaceholder.xaml @@ -45,23 +45,27 @@ HorizontalAlignment="Left" FontSize="20" FontWeight="Normal" + IsTextSelectionEnabled="True" TextWrapping="WrapWholeWords" /> TerminalPage::_ShowCommandlineApproveWarning() - { - if (auto presenter{ _dialogPresenter.get() }) - { - co_return co_await presenter.ShowDialog(FindName(L"ApproveCommandlineWarning").try_as()); - } - co_return ContentDialogResult::None; - } - // Method Description: // - Builds the flyout (dropdown) attached to the new tab button, and // attaches it to the button. Populates the flyout with one entry per