Parcourir la source

added closing error window on esc

Veloe il y a 2 ans
Parent
commit
d618ca3c8d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      VeloeMinecraftLauncher/Views/ErrorWindow.axaml

+ 1 - 0
VeloeMinecraftLauncher/Views/ErrorWindow.axaml

@@ -78,6 +78,7 @@
 					</Button>
 					<Button
 						Content="Ok"
+						IsCancel="True"
 						Width="40"
 						Margin="10 0 0 0"
 						Command="{Binding CloseWindow}"