SessionCtl // Bind .securityHardenedCompositionBuffer().
This commit is contained in:
parent
e7b59a8cab
commit
e915cd4503
|
@ -14,6 +14,7 @@ import Shared
|
|||
|
||||
extension SessionCtl: InputHandlerDelegate {
|
||||
public var clientMitigationLevel: Int {
|
||||
guard !PrefMgr.shared.securityHardenedCompositionBuffer else { return 2 }
|
||||
guard
|
||||
let result = PrefMgr.shared.clientsIMKTextInputIncapable[clientBundleIdentifier]
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue