[UI] Windows: Disable rounded corners

This commit is contained in:
Triang3l
2022-05-05 21:46:20 +03:00
parent 9c8e0cc53e
commit 5875f6ab31
5 changed files with 15 additions and 5 deletions

View File

@@ -920,7 +920,7 @@ class BuildShadersCommand(Command):
print('ERROR: could not find 32-bit Program Files')
return 1
windows_sdk_bin_path = os.path.join(
program_files_path, 'Windows Kits/10/bin/10.0.19041.0/x64')
program_files_path, 'Windows Kits/10/bin/10.0.22000.0/x64')
if not os.path.exists(windows_sdk_bin_path):
print('ERROR: could not find Windows 10 SDK binaries')
return 1