SessionCtl // Remove a redundant statement.

This commit is contained in:
ShikiSuen 2023-09-15 17:52:40 +08:00
parent ee97c5a5f1
commit 63422c9841
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ public extension SessionCtl {
? "Caps Lock " + "Alphanumerical Input Mode".localized + "\n" + status
: "Chinese Input Mode".localized + "\n" + status
)
self.isASCIIMode = isCapsLockTurnedOn
}
}
}