Repo // Move fixOddPreferences() to AppDelegate.

This commit is contained in:
ShikiSuen 2022-08-24 06:40:33 +08:00
parent a09dc41c8b
commit 9607be4b14
2 changed files with 1 additions and 2 deletions

View File

@ -73,6 +73,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, ctlNonModalAlertWindowDelega
fsStreamHelper.delegate = self fsStreamHelper.delegate = self
_ = fsStreamHelper.start() _ = fsStreamHelper.start()
mgrPrefs.fixOddPreferences()
mgrPrefs.setMissingDefaults() mgrPrefs.setMissingDefaults()
// 使 // 使

View File

@ -110,8 +110,6 @@ class ctlInputMethod: IMKInputController {
keyHandler.clear() // handle State.Empty() keyHandler.clear() // handle State.Empty()
keyHandler.ensureParser() keyHandler.ensureParser()
mgrPrefs.fixOddPreferences()
if isASCIIMode { if isASCIIMode {
if mgrPrefs.disableShiftTogglingAlphanumericalMode { if mgrPrefs.disableShiftTogglingAlphanumericalMode {
isASCIIMode = false isASCIIMode = false