|
|
@ -55,21 +55,22 @@ |
|
|
|
<ui:SymbolIcon FontSize="18" Symbol="MoreVertical" /> |
|
|
|
<ui:SymbolIcon FontSize="18" Symbol="MoreVertical" /> |
|
|
|
<Button.Flyout> |
|
|
|
<Button.Flyout> |
|
|
|
<MenuFlyout Placement="BottomEdgeAlignedLeft"> |
|
|
|
<MenuFlyout Placement="BottomEdgeAlignedLeft"> |
|
|
|
<MenuItem Header="Check for Update" |
|
|
|
<MenuItem Header="{x:Static lang:Resources.Action_CheckForUpdates}" |
|
|
|
IsVisible="{Binding !IsUnknownPackage}" |
|
|
|
IsVisible="{Binding !IsUnknownPackage}" |
|
|
|
Command="{Binding OnLoadedAsync}"> |
|
|
|
Command="{Binding OnLoadedAsync}"> |
|
|
|
<MenuItem.Icon> |
|
|
|
<MenuItem.Icon> |
|
|
|
<ui:SymbolIcon Symbol="Refresh" /> |
|
|
|
<ui:SymbolIcon Symbol="Refresh" /> |
|
|
|
</MenuItem.Icon> |
|
|
|
</MenuItem.Icon> |
|
|
|
</MenuItem> |
|
|
|
</MenuItem> |
|
|
|
<MenuItem Header="Open in Explorer" |
|
|
|
<MenuItem |
|
|
|
Command="{Binding OpenFolder}"> |
|
|
|
Header="{OnPlatform Default={x:Static lang:Resources.Action_OpenInExplorer}, macOS={x:Static lang:Resources.Action_OpenInFinder}}" |
|
|
|
|
|
|
|
Command="{Binding OpenFolder}"> |
|
|
|
<MenuItem.Icon> |
|
|
|
<MenuItem.Icon> |
|
|
|
<ui:SymbolIcon Symbol="OpenFolder" /> |
|
|
|
<ui:SymbolIcon Symbol="OpenFolder" /> |
|
|
|
</MenuItem.Icon> |
|
|
|
</MenuItem.Icon> |
|
|
|
</MenuItem> |
|
|
|
</MenuItem> |
|
|
|
<Separator /> |
|
|
|
<Separator /> |
|
|
|
<MenuItem Header="Uninstall" |
|
|
|
<MenuItem Header="{x:Static lang:Resources.Action_Uninstall}" |
|
|
|
Command="{Binding Uninstall}"> |
|
|
|
Command="{Binding Uninstall}"> |
|
|
|
<MenuItem.Icon> |
|
|
|
<MenuItem.Icon> |
|
|
|
<ui:SymbolIcon Symbol="Delete" /> |
|
|
|
<ui:SymbolIcon Symbol="Delete" /> |
|
|
@ -138,7 +139,7 @@ |
|
|
|
<faicon:Icon Value="fa-solid fa-rocket" |
|
|
|
<faicon:Icon Value="fa-solid fa-rocket" |
|
|
|
Margin="0,0,8,0" |
|
|
|
Margin="0,0,8,0" |
|
|
|
FontSize="14" /> |
|
|
|
FontSize="14" /> |
|
|
|
<TextBlock Text="Launch" /> |
|
|
|
<TextBlock Text="{x:Static lang:Resources.Action_Launch}" /> |
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
</Button> |
|
|
|
</Button> |
|
|
|
<Button Grid.Column="1" Classes="accent" |
|
|
|
<Button Grid.Column="1" Classes="accent" |
|
|
@ -149,7 +150,7 @@ |
|
|
|
<faicon:Icon Value="fa-solid fa-download" |
|
|
|
<faicon:Icon Value="fa-solid fa-download" |
|
|
|
Margin="0,0,8,0" |
|
|
|
Margin="0,0,8,0" |
|
|
|
FontSize="14" /> |
|
|
|
FontSize="14" /> |
|
|
|
<TextBlock Text="Update" /> |
|
|
|
<TextBlock Text="{x:Static lang:Resources.Action_Update}" /> |
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
</Button> |
|
|
|
</Button> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
@ -250,7 +251,7 @@ |
|
|
|
Command="{Binding ShowInstallDialog}"> |
|
|
|
Command="{Binding ShowInstallDialog}"> |
|
|
|
<StackPanel Orientation="Horizontal" Margin="8"> |
|
|
|
<StackPanel Orientation="Horizontal" Margin="8"> |
|
|
|
<ui:SymbolIcon FontSize="18" Symbol="Add" /> |
|
|
|
<ui:SymbolIcon FontSize="18" Symbol="Add" /> |
|
|
|
<TextBlock Margin="4,0,0,0" Text="Add Package" /> |
|
|
|
<TextBlock Margin="4,0,0,0" Text="{x:Static lang:Resources.Action_AddPackage}" /> |
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
</Button> |
|
|
|
</Button> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|