fix: update version to 1.0.9.2, remove updater functionality, and adjust bug report template

This commit is contained in:
kitbyte
2026-06-28 13:20:36 +03:00
parent b0279ee812
commit 537608c381
21 changed files with 19 additions and 731 deletions
+1 -7
View File
@@ -45,12 +45,6 @@
v 1.0.0
</TextBlock>
<Button Background="SpringGreen" Foreground="{DynamicResource Muted}"
FontWeight="Medium" Padding="20 0" Margin="10 5 20 5"
ToolTip="Click to update"
Command="{Binding UpdateCommand}"
Visibility="{Binding IsUpdateAvailable, Converter={StaticResource ToVisibilityConverter}}"
Content="{DynamicResource mw_update_available}"/>
</StackPanel>
<StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
@@ -227,4 +221,4 @@
<controls:PopupHost x:Name="PopupHost"/>
</Grid>
</Border>
</Window>
</Window>