SessionCtl // Remove a JIS-Incompatible condition.

This commit is contained in:
ShikiSuen 2023-09-13 22:12:37 +08:00
parent b428f18d60
commit 879243005f
1 changed files with 0 additions and 4 deletions

View File

@ -322,10 +322,6 @@ public extension SessionCtl {
Self.theShiftKeyDetector.toggleWithLShift = PrefMgr.shared.togglingAlphanumericalModeWithLShift
Self.theShiftKeyDetector.toggleWithRShift = PrefMgr.shared.togglingAlphanumericalModeWithRShift
if #available(macOS 10.15, *) {
if isASCIIMode, !Self.theShiftKeyDetector.enabled { isASCIIMode = false }
}
DispatchQueue.main.async {
AppDelegate.shared.checkUpdate(forced: false)
AppDelegate.shared.checkMemoryUsage()