feature: supports visit remote url in browser

This commit is contained in:
leo 2024-06-17 20:31:54 +08:00
parent 3afb134037
commit ad2fc68c6b
No known key found for this signature in database
GPG key ID: B528468E49CD0E58
6 changed files with 58 additions and 9 deletions

View file

@ -9,9 +9,9 @@
<StackPanel Orientation="Vertical" Margin="8,0">
<TextBlock FontSize="18"
Classes="bold"
Text="{DynamicResource Text.RemoteCM.Prune}"/>
Text="{DynamicResource Text.PruneRemote}"/>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,16,0,0">
<TextBlock Text="{DynamicResource Text.RemoteCM.Prune.Target}"/>
<TextBlock Text="{DynamicResource Text.PruneRemote.Target}"/>
<Path Width="14" Height="14" Margin="8,6,8,0" Data="{StaticResource Icons.Remote}"/>
<TextBlock Text="{Binding Remote.Name}"/>
</StackPanel>