소스 검색

added closing error window on esc

Veloe 2 년 전
부모
커밋
d618ca3c8d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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}"