mgrPref // Fixing a comment.

This commit is contained in:
ShikiSuen 2022-03-19 18:31:39 +08:00
parent a59577595d
commit a4f3d82db1
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ struct ComposingBufferSize {
UserDefaults.standard.set(false, forKey: kCheckUpdateAutomatically) UserDefaults.standard.set(false, forKey: kCheckUpdateAutomatically)
} }
// //
if UserDefaults.standard.object(forKey: kShowPageButtonsInCandidateWindow) == nil { if UserDefaults.standard.object(forKey: kShowPageButtonsInCandidateWindow) == nil {
UserDefaults.standard.set(mgrPrefs.showPageButtonsInCandidateWindow, forKey: kShowPageButtonsInCandidateWindow) UserDefaults.standard.set(mgrPrefs.showPageButtonsInCandidateWindow, forKey: kShowPageButtonsInCandidateWindow)
} }