mgrPref // Fixing a comment.
This commit is contained in:
parent
e30897a56e
commit
7fb7771a5c
|
@ -261,7 +261,7 @@ struct ComposingBufferSize {
|
|||
UserDefaults.standard.set(false, forKey: kCheckUpdateAutomatically)
|
||||
}
|
||||
|
||||
// 預設不顯示選字窗翻頁按鈕
|
||||
// 預設顯示選字窗翻頁按鈕
|
||||
if UserDefaults.standard.object(forKey: kShowPageButtonsInCandidateWindow) == nil {
|
||||
UserDefaults.standard.set(mgrPrefs.showPageButtonsInCandidateWindow, forKey: kShowPageButtonsInCandidateWindow)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue