fix: add button, upgrade version individually.

This commit is contained in:
rabbitism
2023-11-08 15:07:08 +08:00
parent 98785417b2
commit 8ff8057f07
3 changed files with 12 additions and 1 deletions

View File

@@ -167,6 +167,7 @@
Grid.Row="2"
Margin="12,0,12,12"
HorizontalAlignment="Right"
Command="{Binding AddCommand}"
Content="Add" />
</Grid>
</TabItem>