SessionCtl // Remove a redundant statement.
This commit is contained in:
parent
ee97c5a5f1
commit
63422c9841
|
@ -88,7 +88,6 @@ public extension SessionCtl {
|
||||||
? "Caps Lock " + "Alphanumerical Input Mode".localized + "\n" + status
|
? "Caps Lock " + "Alphanumerical Input Mode".localized + "\n" + status
|
||||||
: "Chinese Input Mode".localized + "\n" + status
|
: "Chinese Input Mode".localized + "\n" + status
|
||||||
)
|
)
|
||||||
self.isASCIIMode = isCapsLockTurnedOn
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue