Rename ModEntry UserControl to PluginEntry

This commit is contained in:
Stone_Red
2025-02-25 23:03:14 +01:00
parent 695cb867ee
commit af9aa60bd9
3 changed files with 2 additions and 2 deletions
@@ -50,7 +50,7 @@ internal class PluginEntryDataContext(PluginMetadata pluginMetadata, ICommand co
}
else
{
return new(PackIconKind.ExternalLink, "mod.io", true, new CommandHandler(OpenModioPage));
return new(PackIconKind.ExternalLink, "mod.io", true, new CommandHandler(OpenModIoPage));
}
}
}
@@ -68,7 +68,7 @@ internal class PluginEntryDataContext(PluginMetadata pluginMetadata, ICommand co
public Visibility Visibility => IsVisible ? Visibility.Visible : Visibility.Collapsed;
private void OpenModioPage()
private void OpenModIoPage()
{
ProcessStartInfo psi = new ProcessStartInfo
{