Add uiAccess=true manifest to fix Auto-Type into elevated prompts (#13070)

Add uiAccess=true manifest (#13070)

Fixes #12956 (KeepassXC cannot autotype into windows password prompts)
This commit is contained in:
virgoparna 2026-03-08 14:36:48 +02:00 committed by Janek Bevendorff
parent 7fc0c45b56
commit 9e1330711a
No known key found for this signature in database
GPG key ID: 2CF41D2AA8438F99

View file

@ -408,6 +408,7 @@ set_target_properties(${PROGNAME} PROPERTIES ENABLE_EXPORTS ON)
if(WIN32)
set_target_properties(${PROGNAME} PROPERTIES WIN32_EXECUTABLE ON)
set_target_properties(${PROGNAME} PROPERTIES LINK_FLAGS "/MANIFESTUAC:\"level='asInvoker' uiAccess='true'\"")
include(GenerateProductVersion)
generate_product_version(
WIN32_ResourceFiles