From 3df267519c50daeac0350c5d2d21bbb8a9875d98 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Sun, 12 May 2024 20:09:09 -0500 Subject: [PATCH] Use Settings and About pages --- ZuneModdingHelper/AppWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {