Remove version number from plugin settings expander.
This commit is contained in:
parent
e4ed6a8bb4
commit
2349a30a2e
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ namespace Observatory.UI.Views
|
||||||
{
|
{
|
||||||
Expander expander = new()
|
Expander expander = new()
|
||||||
{
|
{
|
||||||
Header = $"{plugin.Name} - {plugin.Version}",
|
Header = plugin.Name,
|
||||||
DataContext = plugin.Settings,
|
DataContext = plugin.Settings,
|
||||||
Margin = new Thickness(0, 20)
|
Margin = new Thickness(0, 20)
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue