diff --git a/src/TeamsISO.App.WinUI/Views/MainWindow.xaml b/src/TeamsISO.App.WinUI/Views/MainWindow.xaml index 4f863c9..d41407f 100644 --- a/src/TeamsISO.App.WinUI/Views/MainWindow.xaml +++ b/src/TeamsISO.App.WinUI/Views/MainWindow.xaml @@ -377,11 +377,14 @@ - + - /// Drawer toggle stubbed pending XAML-parse-error triage. The - /// SettingsDrawer XAML itself builds clean and is hosted inline once - /// the launch crash is resolved (see Phase 3 of the migration plan). + /// Settings drawer toggle. Currently a no-op because the drawer host + /// can't be inlined in MainWindow.xaml without crashing the XAML parser; + /// see the comment in MainWindow.xaml at the drawer placeholder. /// private void OnSettingsClick(object sender, RoutedEventArgs e) { - // No-op stub until SettingsDrawerHost re-hosts in MainWindow.xaml. + // No-op until SettingsDrawer.xaml is simplified for WinUI 3 1.8. } ///