diff --git a/ZuneModdingHelper/AppWindow.xaml.cs b/ZuneModdingHelper/AppWindow.xaml.cs index ee96693..64fa130 100644 --- a/ZuneModdingHelper/AppWindow.xaml.cs +++ b/ZuneModdingHelper/AppWindow.xaml.cs @@ -16,7 +16,7 @@ namespace ZuneModdingHelper private IntPtr _windowHandle; private int _selectedPivotIdx = -1; - private readonly Type[] _pages = [typeof(ModsPage), typeof(Border), typeof(Border)]; + private readonly Type[] _pages = [typeof(ModsPage), typeof(SettingsPage), typeof(AboutPage)]; public AppWindow() {