mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
Remove version number from plugin settings expander.
This commit is contained in:
parent
e4ed6a8bb4
commit
2349a30a2e
@ -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)
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user