Selaa lähdekoodia

added closing error window on esc

Veloe 2 vuotta sitten
vanhempi
commit
d618ca3c8d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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}"