mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update Settings plugin side panel to display version
Tooltip for plugin name also changed to display description
This commit is contained in:
parent
344a030256
commit
5149720366
1 changed files with 5 additions and 4 deletions
|
|
@ -117,10 +117,11 @@
|
|||
Width="32" Height="32" />
|
||||
<StackPanel Margin="3 0 3 0">
|
||||
<TextBlock Text="{Binding PluginPair.Metadata.Name}"
|
||||
ToolTip="{Binding PluginPair.Metadata.Name}" />
|
||||
<TextBlock Text="{Binding PluginPair.Metadata.Description}"
|
||||
ToolTip="{Binding PluginPair.Metadata.Description}"
|
||||
Opacity="0.5" />
|
||||
ToolTip="{Binding PluginPair.Metadata.Description}" />
|
||||
<TextBlock Opacity="0.5">
|
||||
<Run Text="Version" />
|
||||
<Run Text="{Binding PluginPair.Metadata.Version}" />
|
||||
</TextBlock>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
</DataTemplate>
|
||||
|
|
|
|||
Loading…
Reference in a new issue