mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Use Settings and About pages
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user