2
0
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:
Xjph 2021-06-06 18:36:56 -02:30
parent e4ed6a8bb4
commit 2349a30a2e

View File

@ -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)
}; };