feat: add bug report button

This commit is contained in:
estrogen elf
2025-08-09 08:53:05 -05:00
parent 7a7c8e479c
commit 347dd8da68

View File

@@ -92,6 +92,15 @@
Margin="4"> Margin="4">
<materialIcons:MaterialIcon Kind="Github" /> <materialIcons:MaterialIcon Kind="Github" />
</Button> </Button>
<Button
Theme="{StaticResource TransparentButton}"
VerticalAlignment="Center"
Command="{Binding OpenUrlCommand}"
CommandParameter="https://github.com/BlossomiShymae/Needlework.Net/issues/new"
ToolTip.Tip="Submit bug report."
Margin="4">
<i:Icon Value="fa-solid fa-bug" />
</Button>
<Button <Button
Theme="{StaticResource TransparentButton}" Theme="{StaticResource TransparentButton}"
VerticalAlignment="Center" VerticalAlignment="Center"