Use Settings and About pages

This commit is contained in:
Yoshi Askharoun
2024-05-12 20:09:09 -05:00
parent fdbc472ef7
commit 3df267519c
+1 -1
View File
@@ -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()
{