mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-07 15:56:13 +02:00
Rename ModEntry UserControl to PluginEntry
This commit is contained in:
@@ -50,7 +50,7 @@ internal class PluginEntryDataContext(PluginMetadata pluginMetadata, ICommand co
|
|||||||
}
|
}
|
||||||
else
|
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;
|
public Visibility Visibility => IsVisible ? Visibility.Visible : Visibility.Collapsed;
|
||||||
|
|
||||||
private void OpenModioPage()
|
private void OpenModIoPage()
|
||||||
{
|
{
|
||||||
ProcessStartInfo psi = new ProcessStartInfo
|
ProcessStartInfo psi = new ProcessStartInfo
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user