mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Make AvailableMods a function
This commit is contained in:
@@ -23,7 +23,7 @@ namespace ZuneModdingHelper.Pages
|
||||
_modConfig = modConfig;
|
||||
|
||||
InitializeComponent();
|
||||
ModList.ItemsSource = Mod.AvailableMods;
|
||||
ModList.ItemsSource = Mod.GetAvailableMods();
|
||||
}
|
||||
|
||||
private async void ApplyButton_Click(object sender, RoutedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user