diff --git a/TouchSenderTablet.GUI/Views/SettingsPage.xaml.cs b/TouchSenderTablet.GUI/Views/SettingsPage.xaml.cs index 5b07b16..e10ab26 100644 --- a/TouchSenderTablet.GUI/Views/SettingsPage.xaml.cs +++ b/TouchSenderTablet.GUI/Views/SettingsPage.xaml.cs @@ -8,7 +8,6 @@ namespace TouchSenderTablet.GUI.Views; -// TODO: Set the URL for your privacy policy by updating SettingsPage_PrivacyTermsLink.NavigateUri in Resources.resw. public sealed partial class SettingsPage : Page { public SettingsViewModel ViewModel diff --git a/TouchSenderTablet.GUI/Views/ShellPage.xaml b/TouchSenderTablet.GUI/Views/ShellPage.xaml index adbcb4e..6bd4c45 100644 --- a/TouchSenderTablet.GUI/Views/ShellPage.xaml +++ b/TouchSenderTablet.GUI/Views/ShellPage.xaml @@ -41,13 +41,6 @@ OpenPaneLength="250" SelectedItem="{x:Bind ViewModel.Selected, Mode=OneWay}"> - diff --git a/TouchSenderTablet.GUI/Views/ShellPage.xaml.cs b/TouchSenderTablet.GUI/Views/ShellPage.xaml.cs index 3a3716d..9bd5654 100644 --- a/TouchSenderTablet.GUI/Views/ShellPage.xaml.cs +++ b/TouchSenderTablet.GUI/Views/ShellPage.xaml.cs @@ -10,7 +10,6 @@ namespace TouchSenderTablet.GUI.Views; -// TODO: Update NavigationViewItem titles and icons in ShellPage.xaml. public sealed partial class ShellPage : Page { public ShellViewModel ViewModel @@ -26,7 +25,6 @@ public ShellPage(ShellViewModel viewModel) ViewModel.NavigationService.Frame = NavigationFrame; ViewModel.NavigationViewService.Initialize(NavigationViewControl); - // TODO: Set the title bar icon by updating /Assets/WindowIcon.ico. // A custom title bar is required for full window theme and Mica support. // https://docs.microsoft.com/windows/apps/develop/title-bar?tabs=winui3#full-customization App.MainWindow.ExtendsContentIntoTitleBar = true;