Ver Fonte

added closing error window on esc

Veloe há 2 anos atrás
pai
commit
d618ca3c8d
1 ficheiros alterados com 1 adições e 0 exclusões
  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}"