mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 08:23:42 -04:00
Remove version number from plugin settings expander.
This commit is contained in:
@ -226,7 +226,7 @@ namespace Observatory.UI.Views
|
||||
{
|
||||
Expander expander = new()
|
||||
{
|
||||
Header = $"{plugin.Name} - {plugin.Version}",
|
||||
Header = plugin.Name,
|
||||
DataContext = plugin.Settings,
|
||||
Margin = new Thickness(0, 20)
|
||||
};
|
||||
|
Reference in New Issue
Block a user