mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add website link in plugin information area
This commit is contained in:
parent
736de20d07
commit
c1b4f326e9
1 changed files with 12 additions and 2 deletions
|
|
@ -820,10 +820,20 @@
|
|||
<TextBlock Text="{Binding PluginPair.Metadata.Version}" Foreground="#8F8F8F"
|
||||
FontSize="11" Margin="5 0 0 0" MaxWidth="100"
|
||||
VerticalAlignment="Center" />
|
||||
|
||||
<TextBlock
|
||||
MaxWidth="120" Cursor="Hand" Margin="10,0,0,0"
|
||||
HorizontalAlignment="Right" FontSize="12" VerticalAlignment="Center">
|
||||
<Hyperlink NavigateUri="{Binding PluginPair.Metadata.Website}"
|
||||
RequestNavigate="OnRequestNavigate" Foreground="#8F8F8F">
|
||||
<Run Text="Website" />
|
||||
</Hyperlink>
|
||||
</TextBlock>
|
||||
|
||||
<TextBlock Text="{DynamicResource pluginDirectory}"
|
||||
MaxWidth="120" Cursor="Hand" Margin="10,0,0,0"
|
||||
MouseUp="OnPluginDirecotyClick" Foreground="Blue"
|
||||
HorizontalAlignment="Right" FontSize="12" VerticalAlignment="Center"/>
|
||||
MouseUp="OnPluginDirecotyClick" Foreground="#8f8f8f"
|
||||
HorizontalAlignment="Right" FontSize="12" VerticalAlignment="Center" TextDecorations="Underline"/>
|
||||
</StackPanel>
|
||||
|
||||
</ItemsControl>
|
||||
|
|
|
|||
Loading…
Reference in a new issue