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