mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: use OkHttp and fix mTLS (#15230)
This commit is contained in:
parent
4cd2cc223a
commit
6de4921b99
22 changed files with 560 additions and 236 deletions
|
|
@ -40,6 +40,7 @@ enum AppSettingsEnum<T> {
|
|||
mapwithPartners<bool>(StoreKey.mapwithPartners, null, false),
|
||||
mapRelativeDate<int>(StoreKey.mapRelativeDate, null, 0),
|
||||
allowSelfSignedSSLCert<bool>(StoreKey.selfSignedCert, null, false),
|
||||
useUserCertificates<bool>(StoreKey.useUserCertificates, null, false),
|
||||
ignoreIcloudAssets<bool>(StoreKey.ignoreIcloudAssets, null, false),
|
||||
selectedAlbumSortReverse<bool>(StoreKey.selectedAlbumSortReverse, null, false),
|
||||
enableHapticFeedback<bool>(StoreKey.enableHapticFeedback, null, true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue