Browse Source

added closing error window on esc

Veloe 2 years ago
parent
commit
d618ca3c8d
1 changed files with 1 additions and 0 deletions
  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}"