diff options
author | davidhcefx <davidhu0903ex3@gmail.com> | 2021-08-23 06:10:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 00:10:40 +0200 |
commit | 8c05ba26fbfb9e26aa11d8142cb45b4c3881ee8e (patch) | |
tree | 97f21e242020b2e288423f46d95ad9ae6d636c9b /Library | |
parent | 16fbd56d97193329966b66ead660fd23b66919b4 (diff) | |
download | VeraCrypt-DCS-8c05ba26fbfb9e26aa11d8142cb45b4c3881ee8e.tar.gz VeraCrypt-DCS-8c05ba26fbfb9e26aa11d8142cb45b4c3881ee8e.zip |
Add bitmap description (#22)
Need more info for pointing out how to customize this file.
Diffstat (limited to 'Library')
-rw-r--r-- | Library/VeraCryptLib/DcsProp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/VeraCryptLib/DcsProp b/Library/VeraCryptLib/DcsProp index e0b6691..c9ca1ff 100644 --- a/Library/VeraCryptLib/DcsProp +++ b/Library/VeraCryptLib/DcsProp @@ -6,7 +6,7 @@ 0 - text message is displayed
PasswordMsg to specify message
1 - touch picture password if touch is supported by EFI. check PlatformInfo
- PasswordPicture to specify bitmap
+ PasswordPicture to specify bitmap (only support BITMAPINFOHEADER format)
-->
<config key="PasswordType">0</config>
<config key="PasswordMsg">Password:</config>
@@ -179,4 +179,4 @@ Hash:</config--> <config key="BeepControl">1</config>
</configuration>
-</VeraCrypt>
\ No newline at end of file +</VeraCrypt>
|