gts3l-common: overlay: Disable config_cleanupUnusedFingerprints
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I7c54cdba9829b6be029c397d9515aae246c0edf4
This commit is contained in:
parent
156d7463e8
commit
507c78f3cd
1 changed files with 3 additions and 0 deletions
|
@ -816,6 +816,9 @@
|
|||
<!-- For performance and storage reasons, limit the number of fingerprints per user -->
|
||||
<integer name="config_fingerprintMaxTemplatesPerUser">4</integer>
|
||||
|
||||
<!-- Whether to cleanup fingerprints upon connection to the daemon and when user switches -->
|
||||
<bool name="config_cleanupUnusedFingerprints">false</bool>
|
||||
|
||||
<!-- Disable rounded corners on windows to improve graphics performance -->
|
||||
<bool name="config_supportsRoundedCornersOnWindows">false</bool>
|
||||
|
||||
|
|
Loading…
Reference in a new issue