mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
Rename ModEntry UserControl to PluginEntry
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user